tangorpro: fix padding in status bar
Change-Id: If82b831c0267e732f545d92eec290d55f49c9972
This commit is contained in:
parent
681ed33926
commit
1acd3d0af6
2 changed files with 8 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
<dimen name="rounded_corner_radius_top">28px</dimen>
|
||||
<dimen name="rounded_corner_radius_bottom">27px</dimen>
|
||||
|
||||
<!-- for 20dp of padding at 3.5px/dp at default density -->
|
||||
<dimen name="rounded_corner_content_padding">28px</dimen>
|
||||
<!-- Default paddings for content around the corners. -->
|
||||
<dimen name="rounded_corner_content_padding">12dp</dimen>
|
||||
|
||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||
<dimen name="rounded_corner_radius_adjustment">3px</dimen>
|
||||
|
|
|
@ -16,6 +16,12 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- the padding on the start of the statusbar -->
|
||||
<dimen name="status_bar_padding_start">0dp</dimen>
|
||||
|
||||
<!-- Total minimum padding to enforce to ensure that the dot can always show -->
|
||||
<dimen name="ongoing_appops_dot_min_padding">12dp</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the fingerprint sensor. -->
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_x">0px</dimen>
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_y">160px</dimen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue