universal7885: xml: format using xmllint

This commit is contained in:
roynatech2544 2022-04-15 11:26:05 +09:00
commit 9b2915e070
92 changed files with 6371 additions and 7254 deletions

View file

@ -17,26 +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>

View file

@ -16,18 +16,14 @@
** limitations under the License.
*/
-->
<!-- 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

@ -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>