Cherish: Toast Animations [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
GwonHyeok
2018-09-13 20:38:34 +05:30
committed by Hưng Phan
parent 608b76ded5
commit 83f17e74d9
4 changed files with 81 additions and 1 deletions

View File

@@ -64,4 +64,11 @@
android:title="@string/wallpaper_intra_close_title" />
</PreferenceCategory>
<ListPreference
android:key="toast_animation"
android:title="@string/toast_animation_title"
android:entries="@array/toast_animation_entries"
android:entryValues="@array/toast_animation_values"
android:persistent="false" />
</PreferenceScreen>