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

@ -1138,6 +1138,9 @@
without explicit consent of the user. If no autofill service with the without explicit consent of the user. If no autofill service with the
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>