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