mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Added customizable animation speed and some xml comments
This commit is contained in:
parent
3b3f9d716a
commit
54960318b3
7 changed files with 94 additions and 42 deletions
|
|
@ -30,6 +30,15 @@
|
|||
android:defaultValue="false"
|
||||
android:title="Show Status Bar"
|
||||
app:key="barVisibility" />
|
||||
<ListPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:defaultValue="200"
|
||||
app:entries="@array/animation_options"
|
||||
app:entryValues="@array/animation_values"
|
||||
app:key="animationSpeed"
|
||||
app:title="Animation Speed"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue