Skip to content
Snippets Groups Projects
Commit 5bdd69ae authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: overlay: Consolidate rounded_corner_radius_* values

- Only set "rounded_corner_radius" being that the values for
  _top/_bottom are identical.

Change-Id: Id8b9025138d184bdf728b019c47d68f3ef267ec7
parent 7ef3f108
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment