summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-13 13:29:39 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-13 13:29:39 -0800
commit1cc54f025ca77481f5346042a7eb107111158fc8 (patch)
treef582f370d0042628a129e54921d6c0df88cccd8b /res
parent86666e2852262162f5ba101b9ab054f981777ef1 (diff)
parentf9d191530fcefad0f730bdf6df490d4fd5b51dd5 (diff)
am f9d19153: am 759c264e: Merge "Dismiss dialpad when user touches spaces above it." into klp-dev
* commit 'f9d191530fcefad0f730bdf6df490d4fd5b51dd5': Dismiss dialpad when user touches spaces above it.
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" />