summaryrefslogtreecommitdiffstats
path: root/res/drawable/round_rect_primary.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-02-13 16:18:19 -0800
committerJon Miranda <jonmiranda@google.com>2018-02-13 16:18:19 -0800
commit84e2436220c5141748daea201ee367f22d258c89 (patch)
treecff99628de1d6365c2e0e9159424e94339e21e30 /res/drawable/round_rect_primary.xml
parent62388becd07f19d7857024969b35af666eb6c5d7 (diff)
downloadandroid_packages_apps_Trebuchet-84e2436220c5141748daea201ee367f22d258c89.tar.gz
android_packages_apps_Trebuchet-84e2436220c5141748daea201ee367f22d258c89.tar.bz2
android_packages_apps_Trebuchet-84e2436220c5141748daea201ee367f22d258c89.zip
Update widget full sheet / bottom sheet to have top rounded corners.
Bug: 71775241 Change-Id: I11b5adc555f48f44cf8167e8699cae1dfe164736
Diffstat (limited to 'res/drawable/round_rect_primary.xml')
-rw-r--r--res/drawable/round_rect_primary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/round_rect_primary.xml b/res/drawable/round_rect_primary.xml
index 9f8f4da48..16310f8bd 100644
--- a/res/drawable/round_rect_primary.xml
+++ b/res/drawable/round_rect_primary.xml
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?android:attr/colorPrimary" />
- <corners android:radius="8dp" />
+ <corners android:radius="@dimen/bg_round_rect_radius" />
</shape>