Added customizable animation speed and some xml comments

This commit is contained in:
ottoptj 2024-08-10 21:59:27 +03:00
commit 54960318b3
7 changed files with 94 additions and 42 deletions

View file

@ -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"