summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
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-xlarge
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-xlarge')
-rw-r--r--res/layout-xlarge/camera_control.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-xlarge/camera_control.xml b/res/layout-xlarge/camera_control.xml
index 497da74..b30ac3c 100644
--- a/res/layout-xlarge/camera_control.xml
+++ b/res/layout-xlarge/camera_control.xml
@@ -25,13 +25,13 @@
android:layout_alignParentRight="true">
<ListView android:id="@+id/image_list"
- android:layout_width="93dp"
+ android:layout_width="96dp"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
- android:dividerHeight="10dp"
+ android:dividerHeight="6dp"
android:orientation="vertical"
android:gravity="center">
</ListView>