summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-05 18:25:48 -0700
committerYorke Lee <yorkelee@google.com>2013-09-05 18:30:50 -0700
commitc45baecabd157ee8e9ce75791e1afe4c702c25a8 (patch)
treec75a942ed3c0d020a724470bf8bd65ed62fdace1 /res/layout
parent6276f093cf16a4797f43d53a76e3a8e5a279ea22 (diff)
Fix accessibility issues with dialpad
Bug: 10314426 Change-Id: Ieecb5cc64ce93fb8457ed0cab0d054b5a1b1586c
Diffstat (limited to 'res/layout')
-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>