diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-12 16:51:27 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-12 16:51:27 -0700 |
commit | a17ae247c496d2ec8038f36428812f3c2e410d87 (patch) | |
tree | 310e5a4d49a08dd8dcf876cd8768ce0053ba2df0 /app/src/main/res/xml | |
parent | 605a08c2e2e8634263d7626cf7471310add3acb2 (diff) | |
download | frost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.gz frost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.bz2 frost-a17ae247c496d2ec8038f36428812f3c2e410d87.zip |
Add kau and web scrolling
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences_appearance.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/xml/preferences_appearance.xml b/app/src/main/res/xml/preferences_appearance.xml deleted file mode 100644 index 23e179fd..00000000 --- a/app/src/main/res/xml/preferences_appearance.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <!--<com.afollestad.materialdialogs.prefs.MaterialDialogPreference--> - <!--android:dialogIcon="@mipmap/ic_launcher"--> - <!--android:dialogMessage="@string/preference_dialog_message"--> - <!--android:dialogTitle="Title Color"--> - <!--android:key="unused_key00"--> - <!--android:negativeButtonText="@android:string/cancel"--> - <!--android:positiveButtonText="@android:string/ok"--> - <!--android:summary="@string/material_dialog_pref_summary"--> - <!--android:title="@string/material_dialog_pref_title" />--> -</PreferenceScreen>
\ No newline at end of file |