mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Add theme dependencies
This commit is contained in:
parent
b0a54ca89d
commit
5c3c4499dc
10 changed files with 39 additions and 13 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@color/pressed_button_background_light" />
|
||||
android:drawable="@color/pressed_button_light" />
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:drawable="@color/focused_button_background_light" />
|
||||
<item
|
||||
android:drawable="@android:color/transparent" />
|
||||
android:drawable="@color/focused_button_light"
|
||||
/>
|
||||
<item android:drawable="@android:color/transparent" />
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue