Return: Listanimation Views and Interpolator [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
jkl5616
2018-09-13 20:49:40 +05:30
committed by Hưng Phan
parent 83f17e74d9
commit f588acecab
4 changed files with 126 additions and 0 deletions

View File

@@ -71,4 +71,20 @@
android:entries="@array/toast_animation_entries"
android:entryValues="@array/toast_animation_values"
android:persistent="false" />
<ListPreference
android:key="listview_animation"
android:dialogTitle="@string/listview_animation_title"
android:title="@string/listview_animation_title"
android:entries="@array/listview_animation_entries"
android:entryValues="@array/listview_animation_values"
android:defaultValue="0" />
<ListPreference
android:key="listview_interpolator"
android:dialogTitle="@string/listview_interpolator_title"
android:title="@string/listview_interpolator_title"
android:entries="@array/listview_interpolator_entries"
android:entryValues="@array/listview_interpolator_values"
android:defaultValue="0" />
</PreferenceScreen>