bba148f92e
german language fixed crash when exiting bookmarks tweaked the bookmark and tab ui a little
5 lines
281 B
XML
5 lines
281 B
XML
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_focused="true" android:drawable="@drawable/book_press"/>
|
|
<item android:state_pressed="true" android:drawable="@drawable/book_press" />
|
|
<item android:drawable="@drawable/book" />
|
|
</selector> |