summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-06 10:21:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-06 10:21:25 -0700
commitd4b58fcc650253968de29007f8446e1a85b7d8fa (patch)
tree2b1bba94861cc8a1d74bbf60cc28baa7479e22a9 /res
parentd94f5f12be9fd6843fda37e8824bdd842d9dae51 (diff)
parent7675789e6a20025ca228554b11ebb2cc20030890 (diff)
am 7675789e: am 5c3ba14b: Merge "Fix accessibility issues with dialpad" into klp-dev
* commit '7675789e6a20025ca228554b11ebb2cc20030890': Fix accessibility issues with dialpad
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index a248549c9..4007e3678 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
- <LinearLayout
+ <view class="com.android.dialer.dialpad.DialpadFragment$HoverIgnoringLinearLayout"
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="0dp"
@@ -122,5 +122,5 @@
android:layout_weight="1"
/>
- </LinearLayout>
+ </view>
</view>