Show selected decoder and background color in the popup menu. Reload adapter when the decoder changes.

This commit is contained in:
inorichi
2016-01-09 00:57:02 +01:00
parent d03e7e2f8c
commit 8be44c209c
18 changed files with 72 additions and 21 deletions

View 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>