Skip to content

Commit

Permalink
simple tweaks!
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 26, 2023
1 parent 4894271 commit 0d48786
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public View onCreateView(
getString(R.string.reverse_swipe_action_on_favorites)));
shareActionPickTV.setText(
getSpannableText(
getString(R.string.share), getString(R.string.share_button_action)));
getString(R.string.default_action),
getString(R.string.share_button_behaviour)));
darkModePickTV.setText(
getSpannableText(
getString(R.string.theme), getString(R.string.pick_a_theme_for_the_app)));
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_customise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:src="@drawable/ic_move"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:tint="@color/textColor" />
app:tint="@color/colorWhite" />

<ImageView
android:id="@+id/customiseFavoriteImageView"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
<string name="life">Leben</string>
<string name="daily_notification_not_set">Tägliche Benachrichtigung nicht festgelegt</string>
<string name="attitude">Attitüde</string>
<string name="share_button_action">Aktion der Schaltfläche Teilen</string>
<string name="choose_a_background">Hintergrund auswählen</string>
<string name="motivation">Motivation</string>
<string name="action_cancelled">Aktion abgebrochen!</string>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
<string name="reverse_swipe">Reverse Swipe</string>
<string name="reverse_swipe_action_on_favorites">Reverse Swipe Action on Favorites</string>
<string name="share">Share</string>
<string name="share_button_action">Share Button Action</string>
<string name="default_action">Default Action</string>
<string name="share_button_behaviour">Share Button Behaviour</string>
<string name="theme">Theme</string>
<string name="pick_a_theme_for_the_app">Pick a theme for the app</string>
<string name="settings_reset">Settings Reset</string>
Expand Down

0 comments on commit 0d48786

Please sign in to comment.