universal7885: Format xml again

* No tabs this time, 3-space intent
This commit is contained in:
roynatech2544 2022-04-27 13:18:04 +02:00
commit a7ef8f2b7e
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
93 changed files with 2634 additions and 2737 deletions

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (c) 2009, The Android Open Source Project
@ -17,19 +16,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>

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
@ -19,11 +18,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>

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (c) 2006, The Android Open Source Project
*
@ -16,10 +15,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>