Merge "Manually tune rounded_corner_radius for Husky" into udc-d1-dev am: 56f27b5ee2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/24243968 Change-Id: I614d9598ffc2c350a7c1ba4934ce7dbfba0fe7d6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6b6a4d04f1
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
|||
|
||||
<resources>
|
||||
<!-- Radius of the software rounded corners. -->
|
||||
<dimen name="rounded_corner_radius">115px</dimen>
|
||||
<dimen name="rounded_corner_radius_top">118px</dimen>
|
||||
<dimen name="rounded_corner_radius_bottom">115px</dimen>
|
||||
<dimen name="rounded_corner_radius">91px</dimen>
|
||||
<dimen name="rounded_corner_radius_top">91px</dimen>
|
||||
<dimen name="rounded_corner_radius_bottom">91px</dimen>
|
||||
|
||||
<!-- Height of the status bar.
|
||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue