mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Format xml using xmlstarlet
This commit is contained in:
parent
a548cd8f0e
commit
442aa11e81
92 changed files with 6341 additions and 6351 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -17,19 +17,19 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<bool name="def_screen_brightness_automatic_mode">false</bool>
|
||||
<!-- Comma-separated list of bluetooth, wifi, and cell. -->
|
||||
<string name="def_airplane_mode_radios" translatable="false">cell</string>
|
||||
<!-- 60 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">60000</integer>
|
||||
<!-- Disable bluetooth by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
<!-- Disable dial pad tones by default -->
|
||||
<bool name="def_dtmf_tones_enabled">false</bool>
|
||||
<!-- Disable screen locking sounds by default -->
|
||||
<integer name="def_lockscreen_sounds_enabled">1</integer>
|
||||
<!-- Enable vibrate for calls by default -->
|
||||
<bool name="def_vibrate_when_ringing">true</bool>
|
||||
<!-- Enable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">true</bool>
|
||||
<bool name="def_screen_brightness_automatic_mode">false</bool>
|
||||
<!-- Comma-separated list of bluetooth, wifi, and cell. -->
|
||||
<string name="def_airplane_mode_radios" translatable="false">cell</string>
|
||||
<!-- 60 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">60000</integer>
|
||||
<!-- Disable bluetooth by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
<!-- Disable dial pad tones by default -->
|
||||
<bool name="def_dtmf_tones_enabled">false</bool>
|
||||
<!-- Disable screen locking sounds by default -->
|
||||
<integer name="def_lockscreen_sounds_enabled">1</integer>
|
||||
<!-- Enable vibrate for calls by default -->
|
||||
<bool name="def_vibrate_when_ringing">true</bool>
|
||||
<!-- Enable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@
|
|||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<bool name="doze_display_state_supported">false</bool>
|
||||
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
<bool name="doze_display_state_supported">false</bool>
|
||||
<bool name="doze_suspend_display_state_supported">false</bool>
|
||||
<!-- Determines whether the shell features all run on another thread. -->
|
||||
<bool name="config_enableShellMainThread">true</bool>
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
Leave 1 if you have mA, put 1000 if you have µA -->
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_end">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_top">1.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">23.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
|
||||
<dimen name="status_bar_padding_start">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_end">8.0dip</dimen>
|
||||
<dimen name="status_bar_padding_top">1.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">23.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue