aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Blanchard <joshua.lee.bbg@gmail.com>2021-02-26 08:01:15 -0500
committerJoshua Blanchard <joshua.lee.bbg@gmail.com>2021-04-03 20:50:43 -0400
commit5bdd69ae86e84868cbc722db9dd9ce5ec5bdec60 (patch)
tree8aebd7b4695662f073e644281a7435635302ebe4
parent7ef3f1084659d547f341f0e9e3bf3c9794260394 (diff)
beckham: overlay: Consolidate rounded_corner_radius_* values
- Only set "rounded_corner_radius" being that the values for _top/_bottom are identical. Change-Id: Id8b9025138d184bdf728b019c47d68f3ef267ec7
-rw-r--r--overlay/frameworks/base/core/res/res/values/dimens.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/dimens.xml b/overlay/frameworks/base/core/res/res/values/dimens.xml
index 614ad97..3c63d7c 100644
--- a/overlay/frameworks/base/core/res/res/values/dimens.xml
+++ b/overlay/frameworks/base/core/res/res/values/dimens.xml
@@ -16,11 +16,6 @@
*/
-->
<resources>
- <!-- Radius of the software rounded corners at the top of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_top">15dp</dimen>
-
- <!-- Radius of the software rounded corners at the bottom of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_bottom">15dp</dimen>
+ <!-- Default radius of the software rounded corners. -->
+ <dimen name="rounded_corner_radius">15dp</dimen>
</resources>