summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-10-04 12:31:24 +0800
committerWu-cheng Li <wuchengli@google.com>2010-10-04 18:36:14 +0800
commite6da834b082439299bb60529e690845e14dfdbc4 (patch)
tree7f0ec5ac00da2ad96c1e4e00d469d43b3d1e8a52 /res/layout
parent582e0db146d143d2d095fe39659775eb2142962f (diff)
downloadLegacyCamera-e6da834b082439299bb60529e690845e14dfdbc4.zip
LegacyCamera-e6da834b082439299bb60529e690845e14dfdbc4.tar.gz
LegacyCamera-e6da834b082439299bb60529e690845e14dfdbc4.tar.bz2
Use cache to reduce thumbnail latency.
Change-Id: Ibf40c2f0e4bd229ec7065b94d439edaac6968b0f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/thumbnail_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/thumbnail_item.xml b/res/layout/thumbnail_item.xml
index 7f6522c..3e67ee4 100644
--- a/res/layout/thumbnail_item.xml
+++ b/res/layout/thumbnail_item.xml
@@ -16,6 +16,6 @@
<com.android.camera.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
- android:layout_height="90dp"
- android:layout_width="90dp"
+ android:layout_height="96dp"
+ android:layout_width="96dp"
android:background="@drawable/border_last_picture"/>