summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2012-01-05 13:05:08 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-05 13:05:08 -0800
commitc2424b3527ff219d4130d13d6caf5d1279a84e0d (patch)
tree60a1aaa87105dfe09b55382d44d714ebdf6dff28 /res
parent711600f4be01b044bf3fe65b90308a32bc8bfdea (diff)
parent41b1f8f45b56878c9aa4a4044127acc761c277c0 (diff)
downloadandroid_packages_wallpapers_LivePicker-c2424b3527ff219d4130d13d6caf5d1279a84e0d.tar.gz
android_packages_wallpapers_LivePicker-c2424b3527ff219d4130d13d6caf5d1279a84e0d.tar.bz2
android_packages_wallpapers_LivePicker-c2424b3527ff219d4130d13d6caf5d1279a84e0d.zip
Merge "Removing Live Wallpaper Description - Bug 5462731"
Diffstat (limited to 'res')
-rw-r--r--res/layout/live_wallpaper_entry.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/layout/live_wallpaper_entry.xml b/res/layout/live_wallpaper_entry.xml
index b39cefb..2d618f6 100644
--- a/res/layout/live_wallpaper_entry.xml
+++ b/res/layout/live_wallpaper_entry.xml
@@ -57,16 +57,6 @@
android:singleLine="true"
android:ellipsize="marquee" />
- <TextView
- android:id="@+id/description"
-
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
-
- android:textAppearance="?android:attr/textAppearanceSmall"
-
- android:maxLines="3" />
-
</LinearLayout>
</RelativeLayout>