sdm660-common: config: Don't use all-caps text for buttons
This looks more modern and matches the stock Pixel look. Extracted from the Pixel stock ROM.
This commit is contained in:
parent
d645cc4e2b
commit
aa5ed51a1c
1 changed files with 3 additions and 0 deletions
|
@ -1139,6 +1139,9 @@
|
||||||
specified name exists on the device, autofill will be disabled by default. -->
|
specified name exists on the device, autofill will be disabled by default. -->
|
||||||
<string name="config_defaultAutofillService" translatable="false">com.google.android.gms/.autofill.service.AutofillService</string>
|
<string name="config_defaultAutofillService" translatable="false">com.google.android.gms/.autofill.service.AutofillService</string>
|
||||||
|
|
||||||
|
<!-- Controls whether system buttons use all caps for text -->
|
||||||
|
<bool name="config_buttonTextAllCaps">false</bool>
|
||||||
|
|
||||||
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
|
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
|
||||||
<bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
|
<bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue