a30s: Import stock values

This commit is contained in:
roynatech2544 2022-06-11 12:59:21 +09:00
commit 2fcc6c236f
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 3 additions and 6 deletions

View file

@ -1,10 +1,7 @@
<resources>
<!-- Height of the status bar in landscape. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_landscape">24.0dip</dimen>
<!-- Height of the status bar in portrait. The height should be
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height">86.0px</dimen>
<dimen name="status_bar_height">24.0dip</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">40px</dimen>
</resources>

View file

@ -68,8 +68,8 @@
</array>
<item name="cpu.idle">3.79</item>
<item name="cpu.awake">23</item>
<item name="battery.capacity">3100</item>
<item name="battery.typical.capacity">3100</item>
<item name="battery.capacity">4000</item>
<item name="battery.typical.capacity">4000</item>
<item name="wifi.controller.idle">1</item>
<item name="wifi.controller.rx">65</item>
<item name="wifi.controller.tx">265</item>