summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/all_apps_paged_view_application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/all_apps_paged_view_application.xml')
-rw-r--r--res/layout-xlarge/all_apps_paged_view_application.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml
index 98c27377d..74487656c 100644
--- a/res/layout-xlarge/all_apps_paged_view_application.xml
+++ b/res/layout-xlarge/all_apps_paged_view_application.xml
@@ -18,12 +18,13 @@
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_gravity="center_horizontal"
+ android:gravity="center_horizontal"
android:textColor="#FFFFFFFF"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"
+ android:shadowRadius="1.0"
android:maxLines="2"
android:fadingEdge="horizontal" />