Skip to content

Commit

Permalink
settings: Add button fragment summary
Browse files Browse the repository at this point in the history
Signed-off-by: Meninblack007 <[email protected]>
  • Loading branch information
Meninblack007 committed Mar 21, 2017
1 parent 2ce5c10 commit 55d2164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@
android:value="com.android.settings.ButtonsSettings" />
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
android:value="true" />
<meta-data android:name="com.android.settings.summary"
android:resource="@string/buttons_pref_summary" />
</activity>

<!-- Keep compatibility with old shortcuts. -->
Expand Down
1 change: 1 addition & 0 deletions res/values/custom_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<!-- Buttons -->
<string name="buttons_pref_title">Buttons</string>
<string name="buttons_pref_summary">Tweak the actions of your phones physical buttons</string>
<string name="enable_navigation_bar_title">Enable software keys</string>
<string name="enable_navigation_bar_summary">Enable on-screen navigation keys</string>
<string name="hardware_brightness_keys_title">Backlight</string>
Expand Down

0 comments on commit 55d2164

Please sign in to comment.