Skip to content

Commit

Permalink
Merge pull request #617 from Akash-Ramjyothi/inc
Browse files Browse the repository at this point in the history
Added increase in font size of Container Titles in Settings Screen/Activity
  • Loading branch information
cpg authored Aug 11, 2020
2 parents b5c9905 + 8285069 commit 987e741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/res/menu/action_bar_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
android:title="@string/menu_settings"
app:showAsAction="always" />

</menu>
</menu>
10 changes: 5 additions & 5 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@

<!-- Preferences-->

<string name="preference_category_about">About</string>
<string name="preference_category_account">Account</string>
<string name="preference_category_settings">Settings</string>
<string name="preference_category_upload">Auto Upload</string>
<string name="preference_category_general">General</string>
<string name="preference_category_about"><font size="20">About</font></string>
<string name="preference_category_account"><font size="20">Account</font></string>
<string name="preference_category_settings"><font size="20">Settings</font></string>
<string name="preference_category_upload"><font size="20">Auto Upload</font></string>
<string name="preference_category_general"><font size="20">General</font></string>

<string name="preference_title_about_feedback">Feedback</string>
<string name="preference_title_about_rating">Rate</string>
Expand Down

0 comments on commit 987e741

Please sign in to comment.