From f362b8f1d503df040c55ac04913dabdbb2cd7155 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Thu, 11 Apr 2013 16:02:21 -0400 Subject: graphics optimization to get back inside 60Hz. Bug: 8594598 Change-Id: Iccb1779b5dd133af4441038c3f945d1c1ac1ba8d --- res/layout-sw800dp/table.xml | 17 ++++++++++++++++- res/layout/table.xml | 27 +++++++++++++++++++++------ res/values-land-notouch/config.xml | 10 ++++++++-- res/values-sw800dp/config.xml | 5 +++-- res/values/config.xml | 4 ++-- 5 files changed, 50 insertions(+), 13 deletions(-) (limited to 'res') diff --git a/res/layout-sw800dp/table.xml b/res/layout-sw800dp/table.xml index 0b67524..e063cd5 100644 --- a/res/layout-sw800dp/table.xml +++ b/res/layout-sw800dp/table.xml @@ -21,7 +21,22 @@ android:background="@+drawable/table" android:id="@+id/table" android:layout_width="match_parent" - android:layout_height="match_parent" /> + android:layout_height="match_parent" > + + + + + + - 8 + 6 - 4 + 2 + + + 333333 + + + 1500 \ No newline at end of file diff --git a/res/values-sw800dp/config.xml b/res/values-sw800dp/config.xml index 699e15a..ec6a85f 100644 --- a/res/values-sw800dp/config.xml +++ b/res/values-sw800dp/config.xml @@ -20,7 +20,8 @@ 5000 - - 500000 + + 1500 + diff --git a/res/values/config.xml b/res/values/config.xml index 84299b1..c3a6e65 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -100,8 +100,8 @@ true - - 2000 + + 1000 30000 -- cgit v1.2.3