Return: Listanimation Views and Interpolator [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user