diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-11-12 13:41:27 -0800 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2013-11-12 13:41:27 -0800 |
commit | a4ef50949a828e5757cbf8fceeb235c84e38d818 (patch) | |
tree | c2f22469fac3237dc42096080e20a05985bd409f /res/layout/dialpad_fragment.xml | |
parent | 934d3ee3052cfdd994e31ab2bcf00747fd9776d8 (diff) | |
download | android_packages_apps_Dialer-a4ef50949a828e5757cbf8fceeb235c84e38d818.tar.gz android_packages_apps_Dialer-a4ef50949a828e5757cbf8fceeb235c84e38d818.tar.bz2 android_packages_apps_Dialer-a4ef50949a828e5757cbf8fceeb235c84e38d818.zip |
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/layout/dialpad_fragment.xml')
-rw-r--r-- | res/layout/dialpad_fragment.xml | 3 |
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" /> |