summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_full_sheet.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/layout/widgets_full_sheet.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/layout/widgets_full_sheet.xml')
-rw-r--r--res/layout/widgets_full_sheet.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml
index 153529968..20eca9f25 100644
--- a/res/layout/widgets_full_sheet.xml
+++ b/res/layout/widgets_full_sheet.xml
@@ -25,7 +25,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <FrameLayout
+ <com.android.launcher3.views.TopRoundedCornerView
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -60,5 +60,5 @@
android:layout_gravity="bottom"
android:background="?attr/allAppsNavBarScrimColor"
android:focusable="false" />
- </FrameLayout>
+ </com.android.launcher3.views.TopRoundedCornerView>
</com.android.launcher3.widget.WidgetsFullSheet> \ No newline at end of file