diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-xlarge/all_apps_paged_view_application.xml | 2 | ||||
-rw-r--r-- | res/layout-xlarge/customize_paged_view_item.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml index 7458222..48b5712 100644 --- a/res/layout-xlarge/all_apps_paged_view_application.xml +++ b/res/layout-xlarge/all_apps_paged_view_application.xml @@ -27,7 +27,5 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizontal" - android:singleLine="false" - android:maxLines="1" style="@style/WorkspaceIcon.Portrait" /> diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml index bbc04d7..35e06c3 100644 --- a/res/layout-xlarge/customize_paged_view_item.xml +++ b/res/layout-xlarge/customize_paged_view_item.xml @@ -26,7 +26,5 @@ android:id="@+id/customize_icon" android:layout_width="match_parent" android:layout_height="match_parent" - android:singleLine="false" - android:maxLines="1" style="@style/WorkspaceIcon.Landscape" /> |