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:
kdrag0n 2021-02-12 12:07:54 +08:00 committed by pix106
parent d645cc4e2b
commit aa5ed51a1c

View file

@ -1139,6 +1139,9 @@
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>
<!-- Controls whether system buttons use all caps for text -->
<bool name="config_buttonTextAllCaps">false</bool>
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>