summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-08-19 14:51:28 -0700
committerWinson Chung <winsonc@google.com>2010-08-19 16:00:41 -0700
commitb3347bb9f4ccf41fb7043bca66c3a565bde1083b (patch)
tree939878ae215eb83c2038942613300e0744099b12 /res/layout-xlarge
parent5a74c07c1c1a110e5ef73a596b09f53dd1d58224 (diff)
downloadandroid_packages_apps_Trebuchet-b3347bb9f4ccf41fb7043bca66c3a565bde1083b.tar.gz
android_packages_apps_Trebuchet-b3347bb9f4ccf41fb7043bca66c3a565bde1083b.tar.bz2
android_packages_apps_Trebuchet-b3347bb9f4ccf41fb7043bca66c3a565bde1083b.zip
Adding holographic outline for paged items (sans widgets).
Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/all_apps_paged_view_application.xml4
-rw-r--r--res/layout-xlarge/customize_paged_view_item.xml4
-rw-r--r--res/layout-xlarge/customize_paged_view_wallpaper_placeholder.xml2
-rw-r--r--res/layout-xlarge/customize_paged_view_widget.xml2
4 files changed, 10 insertions, 2 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml
index 74487656c..55779e50f 100644
--- a/res/layout-xlarge/all_apps_paged_view_application.xml
+++ b/res/layout-xlarge/all_apps_paged_view_application.xml
@@ -14,13 +14,15 @@
limitations under the License.
-->
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher2.PagedViewIcon xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
+ android:paddingTop="2dip"
android:textColor="#FFFFFFFF"
+ android:textSize="14sp"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"
diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml
index 74487656c..55779e50f 100644
--- a/res/layout-xlarge/customize_paged_view_item.xml
+++ b/res/layout-xlarge/customize_paged_view_item.xml
@@ -14,13 +14,15 @@
limitations under the License.
-->
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher2.PagedViewIcon xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
+ android:paddingTop="2dip"
android:textColor="#FFFFFFFF"
+ android:textSize="14sp"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"
diff --git a/res/layout-xlarge/customize_paged_view_wallpaper_placeholder.xml b/res/layout-xlarge/customize_paged_view_wallpaper_placeholder.xml
index df73bcdc7..51f624a03 100644
--- a/res/layout-xlarge/customize_paged_view_wallpaper_placeholder.xml
+++ b/res/layout-xlarge/customize_paged_view_wallpaper_placeholder.xml
@@ -19,8 +19,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
+ android:paddingTop="2dip"
android:textColor="#FFFFFFFF"
+ android:textSize="14sp"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"
diff --git a/res/layout-xlarge/customize_paged_view_widget.xml b/res/layout-xlarge/customize_paged_view_widget.xml
index 74487656c..da5342b0b 100644
--- a/res/layout-xlarge/customize_paged_view_widget.xml
+++ b/res/layout-xlarge/customize_paged_view_widget.xml
@@ -19,8 +19,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
+ android:paddingTop="2dip"
android:textColor="#FFFFFFFF"
+ android:textSize="14sp"
android:shadowColor="#FF000000"
android:shadowDx="0.0"
android:shadowDy="1.0"