OSDN Git Service

Have dialogCornerRadius same as theme for panel
authorlindatseng <lindatseng@google.com>
Thu, 11 Apr 2019 00:13:45 +0000 (17:13 -0700)
committerlindatseng <lindatseng@google.com>
Thu, 11 Apr 2019 00:13:45 +0000 (17:13 -0700)
Should have DialogCornerRadius updated with theme

Test: Visual inspection
Fixes: 123833192
Change-Id: I2e9779122f01e8e36611ae95a69295aa81e931fe

res/drawable/settings_panel_background.xml

index 36c58e0..adb4646 100644 (file)
@@ -16,7 +16,7 @@
 
 <inset xmlns:android="http://schemas.android.com/apk/res/android" android:inset="4dp">
     <shape android:shape="rectangle">
-        <corners android:radius="8dp" />
+        <corners android:radius="?android:attr/dialogCornerRadius" />
         <solid android:color="?android:attr/colorBackground" />
     </shape>
 </inset>
\ No newline at end of file