summaryrefslogtreecommitdiffstats
path: root/tests/sketch/res/layout/gestureviewer.xml
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-24 23:49:58 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-24 23:49:58 -0700
commitd35041d869fdc11684797bf318e4484a28fc2be1 (patch)
tree70daa99cb79d654ff214b7a5a355b7030c0e861b /tests/sketch/res/layout/gestureviewer.xml
parent6a3a2b9d20212d8496744ebdc47a52bd6c670cbb (diff)
parent82392e84b9bcf618d1c41730ec14fb8dab841990 (diff)
downloadframeworks_base-d35041d869fdc11684797bf318e4484a28fc2be1.zip
frameworks_base-d35041d869fdc11684797bf318e4484a28fc2be1.tar.gz
frameworks_base-d35041d869fdc11684797bf318e4484a28fc2be1.tar.bz2
am 82392e84: Merge change 2402 into donut
Merge commit '82392e84b9bcf618d1c41730ec14fb8dab841990' * commit '82392e84b9bcf618d1c41730ec14fb8dab841990': Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
Diffstat (limited to 'tests/sketch/res/layout/gestureviewer.xml')
-rwxr-xr-xtests/sketch/res/layout/gestureviewer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sketch/res/layout/gestureviewer.xml b/tests/sketch/res/layout/gestureviewer.xml
index 1503736..e4cca52 100755
--- a/tests/sketch/res/layout/gestureviewer.xml
+++ b/tests/sketch/res/layout/gestureviewer.xml
@@ -17,7 +17,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
- android:layout_height="wrap_content">
+ android:layout_height="fill_parent">
<Spinner
android:id="@+id/spinner"
@@ -30,7 +30,7 @@
android:id="@+id/drawingpad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_weight="1"/>
+ android:layout_weight="1" />
<LinearLayout
android:orientation="horizontal"