Skip to content

Commit

Permalink
use strings in dynamic colors preference
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 13, 2024
1 parent 0ba25fe commit 8fd6c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pandroid/app/src/main/res/xml/appearance_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

<PreferenceCategory
app:iconSpaceReserved="false"
app:title="Colors">
app:title="@string/colors">

<SwitchPreference
android:key="dynamic_colors"
app:title="Use Dynamic Colors"
app:summary="Dynamic colors will be used"
app:title="@string/pref_dynamic_colors_title"
app:summary="@string/pref_dynamic_colors_summary"
app:iconSpaceReserved="false"/>

</PreferenceCategory>
Expand Down

0 comments on commit 8fd6c54

Please sign in to comment.