Skip to content

Commit

Permalink
fix: Reorganize "Gauge" preference section
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Jun 2, 2024
1 parent a58b98b commit 2174b8e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -595,20 +595,22 @@
app:singleLineTitle="false"
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>
</PreferenceScreen>

<PreferenceCategory android:title="@string/pref.theme">
<CheckBoxPreference
android:defaultValue="true"
android:key="pref.gauge_display_background"
android:title="@string/pref.gauge_display_background"
app:singleLineTitle="false" />
<PreferenceCategory android:title="@string/pref.theme">
<CheckBoxPreference
android:defaultValue="true"
android:key="pref.gauge_display_background"
android:title="@string/pref.gauge_display_background"
app:singleLineTitle="false" />

<com.kizitonwose.colorpreferencecompat.ColorPreferenceCompat
android:defaultValue="@android:color/holo_red_light"
android:key="pref.gauge_background_color"
android:title="@string/pref.gauge_background_color" />
</PreferenceCategory>

</PreferenceScreen>

<com.kizitonwose.colorpreferencecompat.ColorPreferenceCompat
android:defaultValue="@android:color/holo_red_light"
android:key="pref.gauge_background_color"
android:title="@string/pref.gauge_background_color" />
</PreferenceCategory>

<PreferenceScreen
android:summary="@string/pref.drag_racing_category"
Expand Down

0 comments on commit 2174b8e

Please sign in to comment.