Skip to content

Commit

Permalink
Normalize string key naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Oct 20, 2024
1 parent 0c43ef6 commit f5d4d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="musicPlayerWidgetDescription">Music player</string>
<string name="music_player_widget_description">Music player</string>
<string name="previous_track">Previous track</string>
<string name="play">Play</string>
<string name="next_track">Next track</string>
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml-v31/music_player_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialKeyguardLayout="@layout/music_player_widget"
android:initialLayout="@layout/music_player_widget"
android:description="@string/musicPlayerWidgetDescription"
android:description="@string/music_player_widget_description"
android:targetCellHeight="2"
android:targetCellWidth="3"
android:previewLayout="@layout/music_player_widget_preview"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/music_player_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialKeyguardLayout="@layout/music_player_widget"
android:initialLayout="@layout/music_player_widget"
android:description="@string/musicPlayerWidgetDescription"
android:description="@string/music_player_widget_description"
android:minWidth="160dp"
android:minHeight="160dp"
android:minResizeWidth="@dimen/musicPlayerWidgetButtonSize"
Expand Down

0 comments on commit f5d4d07

Please sign in to comment.