summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhilip Milne <pmilne@google.com>2011-07-18 15:17:06 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-18 15:17:06 -0700
commit682dbafc8f6c90281303e225c5d58d4e5f74fc09 (patch)
tree901b25d480fb315cbabf66c809b8dd39ecd029be /tests
parent6be3d5561cbeccf0a8257a4acb155657f868e548 (diff)
parentb0ce49b5ad53631ff0c3cdd8266e82f3c20c65dc (diff)
downloadframeworks_base-682dbafc8f6c90281303e225c5d58d4e5f74fc09.zip
frameworks_base-682dbafc8f6c90281303e225c5d58d4e5f74fc09.tar.gz
frameworks_base-682dbafc8f6c90281303e225c5d58d4e5f74fc09.tar.bz2
Merge "Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml."
Diffstat (limited to 'tests')
-rw-r--r--tests/GridLayoutTest/src/com/android/test/layout/Activity2.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/GridLayoutTest/src/com/android/test/layout/Activity2.java b/tests/GridLayoutTest/src/com/android/test/layout/Activity2.java
index af5006f..38a85a3 100644
--- a/tests/GridLayoutTest/src/com/android/test/layout/Activity2.java
+++ b/tests/GridLayoutTest/src/com/android/test/layout/Activity2.java
@@ -95,9 +95,7 @@ public class Activity2 extends Activity {
}
{
Space v = new Space(context);
- {
- vg.addView(v, new LayoutParams(row5, col3));
- }
+ vg.addView(v, new LayoutParams(row5, col3));
}
{
Button v = new Button(context);