aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2021-06-04 09:56:18 +0200
committerLuK1337 <priv.luk@gmail.com>2021-09-03 10:40:30 +0200
commit14a3ebe9a16e8c454951b3cd67dbbb2130f2956c (patch)
tree944d78129a504a56b30787abce36dd82208e32d5
parent006655ae038a460325b26da10911a61f19ad83a9 (diff)
enchilada: overlay: Set mask size for proper rounded corner curves
Change-Id: I8c83c30762025d1ff8091ce75bf4d3784c5a6f76
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml b/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
new file mode 100644
index 0000000..4a82a95
--- /dev/null
+++ b/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
@@ -0,0 +1,22 @@
+<?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>
+ <!-- Allow CornerHandleView and PathSpecCornerPathRenderer to decouple from corner-radius -->
+ <dimen name="config_rounded_mask_size">97px</dimen>
+</resources>
+