1
0
Fork 0
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:
vanitasvitae 2016-10-25 21:29:16 +02:00
parent c0f4fcd62f
commit 532b80ea84
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
7 changed files with 94 additions and 15 deletions

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