summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-13 21:21:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-13 21:21:44 +0000
commit759c264e87cb746f80b1524a40203197150e00bb (patch)
tree4d05e8b9f1e156620a3b14c5d8b285836ca0a19f /res/layout
parentc3cb63b627b30e7bebd88dab2583604eb4e7fa88 (diff)
parenta4ef50949a828e5757cbf8fceeb235c84e38d818 (diff)
Merge "Dismiss dialpad when user touches spaces above it." into klp-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialpad_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index 32b1d6094..e673cea98 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -19,7 +19,8 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<!-- spacer view -->
- <Space
+ <View
+ android:id="@+id/spacer"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />