我的Android手冊

來源:互聯網
上載者:User

標籤:art   apk   登入   assets   selector   --   關閉   http   enc   

目錄解釋說明

 

assets檔案說明

 1 app_id:機智雲 app id 2 app_secret:機智雲 app secret 3 product_key:機智雲 product key 4 wifi_type_select:預設配置模組wifi模組選擇功能是否開啟 5 tencent_app_id:qq登入 app id 6 wechat_app_id:登入 app id 7 wechat_app_secret:登入 app secret 8 push_type:推送類型 【0:關閉,1:極光,2:百度】 9 bpush_app_key:百度推送 app key10 openAPI_URL:openAPI 網域名稱及連接埠,格式:“api.gizwits.com:80”,不寫連接埠預設8011 site_URL:site 網域名稱及連接埠,格式:“site.gizwits.com:80”,不寫連接埠預設8012 push_URL:推送綁定伺服器 網域名稱及連接埠,格式:“push.gizwits.com:80”,不寫連接埠預設8013 buttonColor:按鈕顏色14 buttonTextColor:按鈕文字顏色15 navigationBarColor:導覽列顏色16 navigationBarTextColor:導覽列文字顏色17 configProgressViewColor:配置中介面 progress view 顏色18 addDeviceTitle:添加裝置介面 導覽列標題文字19 qq:是否開啟QQ登入【true:開啟】20 wechat:是否開啟登入【true:開啟】21 anonymousLogin:是否開啟匿名登入【true:開啟】

自己總結的知識點:

 顏色

#e0000000     透明

select選取器

1 <?xml version="1.0" encoding="utf-8"?>2 <selector xmlns:android="http://schemas.android.com/apk/res/android" >3       <!-- 選中狀態的背景圖片 -->4     <item android:drawable="@drawable/led_on" android:state_selected="true"/>5     <!-- 未選中狀態的背景圖片 -->6     <item android:drawable="@drawable/led_off"/>  7 8 </selector>

在布局檔案中需要添加背景檔案為background為XXselector

1 <Button2              android:id="@+id/btn_led"3              android:layout_width="wrap_content"4              android:layout_height="match_parent"5              android:layout_gravity="center"6              android:background="@drawable/btn_led_selector" />

 

我的Android手冊

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.