Fixing small issue with widget divider showing in Phone UI and Shop text showing in other languages.
- Removing some unused assets
Change-Id: I40dec108b35ed4fcc769405446664e8180cb6d41
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml
index 53643b4..38973b5 100644
--- a/res/layout/apps_customize_widget.xml
+++ b/res/layout/apps_customize_widget.xml
@@ -38,9 +38,9 @@
android:adjustViewBounds="true"
android:scaleType="fitStart" />
- <!-- The divider image. -->
+ <!-- The divider image.
+ This view is removed in PagedViewWidget.java in the Phone UI. -->
<ImageView
- style="WidgetDivider"
android:id="@+id/divider"
android:layout_width="wrap_content"
android:layout_height="wrap_content"