Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

에이치의 모바일 앱 개발

selector 본문

Android/Android 개발 소스

selector

로이누리 2017. 12. 23. 02:13
 
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/btn_back_touch" android:state_pressed="true"/>
<item android:drawable="@drawable/btn_back_nor"/>
</selector>

'Android > Android 개발 소스' 카테고리의 다른 글

SQLiteOpenHelper 1.0.1  (0) 2017.12.23
ripple  (0) 2017.12.23
pop-up dialog  (0) 2017.12.23
WebViewClient & WebChormeClient  (0) 2017.12.23
PreferenceActivity SettingActivity using version 1.0.1(미)  (0) 2017.12.23
Comments