summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-11-13 13:31:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-13 13:31:55 -0800
commit246e7578a0e7c1e2e3d8aa0ad0b3557e4e339137 (patch)
treedc5f7716755710a259a1860dde5ea25d5d42ebd7 /res
parent1e16ec8b078b6fbec5dc20e060b5f3d569d4a0c8 (diff)
parent1cc54f025ca77481f5346042a7eb107111158fc8 (diff)
am 1cc54f02: am f9d19153: am 759c264e: Merge "Dismiss dialpad when user touches spaces above it." into klp-dev
* commit '1cc54f025ca77481f5346042a7eb107111158fc8': 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" />