mirror of
https://github.com/gsantner/dandelion
synced 2025-12-14 08:11:11 +01:00
Added ThemedVisibilityPreference and set it in NavSlider Preference Screen
This commit is contained in:
parent
c0f4fcd62f
commit
532b80ea84
7 changed files with 94 additions and 15 deletions
7
app/src/main/res/drawable/ic_visibility_selector.xml
Normal file
7
app/src/main/res/drawable/ic_visibility_selector.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="false"
|
||||
android:drawable="@drawable/ic_visibility_off_black_24px" />
|
||||
<item android:state_checked="true"
|
||||
android:drawable="@drawable/ic_visibility_on_black_24px" />
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue