編輯:關於android開發
<ImageView android:layout_width="60dp" android:layout_height="60dp" android:background="@drawable/button_share_1_pressed" />
button_share_1_pressed.xml
<?xml version="1.0" encoding="UTF-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/login_share_2_0" android:state_pressed="false"></item> <item android:drawable="@drawable/login_share_2_1" android:state_pressed="true"></item> </selector>
減少移動端用戶的輸入,移動端用戶最近因為一個登錄注冊的問題和公司的項目經理爭論開來,項目經理覺得需要在注冊的時候需要進行密碼的二次確認,我的觀點則是在移動端不需要二次確認
Android Xfermode 學習筆記,androidxfermode一、概述 Xfermode全名transfer-mode,其作用是實現兩張圖疊加時的混合效果。
Android-操作欄之副標題,android-副標題 我們的目標是在操作欄右側加上一個選項菜單,點擊它就可顯示或者隱藏操作欄的副標題。 由於操作欄是在API11級
Android junit單元測試,androidjunit軟件測試的分類* 黑盒測試 * 測試邏輯業務* 白盒測試 * 測試邏輯方法 根據測試粒度 * 方法測試:fun