diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/widgets_bottom_sheet.xml (renamed from res/layout/widgets_and_more.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/widgets_and_more.xml b/res/layout/widgets_bottom_sheet.xml index 6764aa7cb..826235bfb 100644 --- a/res/layout/widgets_and_more.xml +++ b/res/layout/widgets_bottom_sheet.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<com.android.launcher3.widget.WidgetsAndMore +<com.android.launcher3.widget.WidgetsBottomSheet xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" @@ -51,4 +51,4 @@ android:layout_marginTop="45dp" android:layout_marginBottom="40dp"/> -</com.android.launcher3.widget.WidgetsAndMore>
\ No newline at end of file +</com.android.launcher3.widget.WidgetsBottomSheet>
\ No newline at end of file |