Add blacklist option and minor code improvements
This commit is contained in:
parent
0a71b37f00
commit
8a75b8b68f
13 changed files with 574 additions and 28 deletions
12
app/src/main/res/xml/pref_blacklist.xml
Normal file
12
app/src/main/res/xml/pref_blacklist.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="Blacklist">
|
||||
|
||||
<com.kabouzeid.gramophone.preferences.BlacklistPreference
|
||||
android:key="blacklist"
|
||||
android:summary="The content of blacklisted folders is hidden from your library."
|
||||
android:title="Blacklist" />
|
||||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</android.support.v7.preference.PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue