commit | 37fd8844bee7487ab4c38a2adbb353068f629589 | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Wed Aug 15 07:19:58 2018 -0700 |
committer | Bruno Martins <bgcngm@gmail.com> | Thu Aug 16 14:27:42 2018 +0100 |
tree | c1c95447d75e7308acf5e17361dd0242bf11bd4c | |
parent | e4868ccb6b1e7c60621c68b738703d979f65af42 [diff] |
overlay: Default materials buttons to not all caps Change-Id: I1916f33d82ef4e103e6d69359489b4eac5425224
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index a3797b0..8706aff 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -91,4 +91,9 @@ --> <integer translatable="false" name="config_wifi_wakeup_available">1</integer> + <!-- Whether action menu items should be displayed in ALLCAPS or not. + Defaults to true. If this is not appropriate for specific locales + it should be disabled in that locale's resources. --> + <bool name="config_buttonTextAllCaps">false</bool> + </resources>