Show selected decoder and background color in the popup menu. Reload adapter when the decoder changes.
This commit is contained in:
5
app/src/main/res/drawable/reader_background_checkbox.xml
Normal file
5
app/src/main/res/drawable/reader_background_checkbox.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:drawable="@drawable/reader_background_checkbox_selected" />
|
||||
<item android:drawable="@drawable/reader_background_checkbox_unselected" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user