summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-12 13:41:27 -0800
committerChiao Cheng <chiaocheng@google.com>2013-11-12 13:41:27 -0800
commita4ef50949a828e5757cbf8fceeb235c84e38d818 (patch)
treec2f22469fac3237dc42096080e20a05985bd409f /res
parent934d3ee3052cfdd994e31ab2bcf00747fd9776d8 (diff)
Dismiss dialpad when user touches spaces above it.
Only applies if the user has not input any digits yet. Bug: 11648799 Change-Id: I28a57fcd7eae0faaf5e234e9ec7531140903e2f5
Diffstat (limited to 'res')
-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" />