dre: Import rounded corner setup from lemonade

There does not seem to be any differences between the 9 and N200 for
rounded corners, so we will just import those.

Change-Id: Ibfc43ebb95a802aaa5bbb7f34afb92ceb1027b3e
This commit is contained in:
Albert Tang 2022-05-23 09:02:49 -05:00
parent 5b22cf4631
commit c885d97707
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="166px"
android:height="166px"
android:viewportWidth="166"
android:viewportHeight="166">
<path
android:fillColor="#ff000000"
android:pathData="M115,0c-8.78.67-17.59,1-26.32,2.08C68.09,4.59,48.58,10,32.35,23.92,14.87,39,6.72,58.77,3.14,80.81,1.78,89.16,1.56,97.69.79,106.13.58,108.43.27,110.71,0,113V0Z"
android:strokeColor="#00000000"
android:strokeWidth="1.0"
android:fillType="evenOdd" />
</vector>

View file

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="170px"
android:height="170px"
android:viewportWidth="170"
android:viewportHeight="170">
<path
android:fillColor="#ff000000"
android:pathData="M113,0c-8.27.67-16.58,1.06-24.81,2.06-24.74,3-47.31,10.69-64.29,30.32C11.68,46.49,6,63.35,3.15,81.31,1.82,89.67,1.58,98.19.82,106.64.6,109.1.28,111.55,0,114V0Z"
android:strokeColor="#00000000"
android:strokeWidth="1.0"
android:fillType="evenOdd" />
</vector>

View file

@ -22,4 +22,7 @@
<resources>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- Respect drawable/rounded.xml intrinsic size for multiple radius corner path customization -->
<bool name="config_roundedCornerMultipleRadius">true</bool>
</resources>