aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-11-28 21:46:20 +0000
committerJoshua Blanchard <joshua.lee.bbg@gmail.com>2020-04-19 20:56:05 -0400
commit122625a50aa505f216fabfe61cc45b21a6d2bd85 (patch)
tree9305807587b93dc095c848626a0c5a045bacd961
parenta6f8f6d8686d17b0bf001c73f1733ea82f4e40ad (diff)
evert: overlay: Beautify rounded corners
* Adapted for Evert. Change-Id: Ifb3ff156eca7a02daec82138aee449b121c071eb Signed-off-by: Joshua Blanchard <joshua.lee.bbg@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/dimens.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/dimens.xml b/overlay/frameworks/base/core/res/res/values/dimens.xml
new file mode 100644
index 0000000..76549e7
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/dimens.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * Copyright (c) 2006, The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+*/
+-->
+<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">26.0px</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">26.0px</dimen>
+</resources>