summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-06 17:15:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-06 17:15:48 +0000
commit5c3ba14b5111592192651f66b86df616c789429a (patch)
tree2b1bba94861cc8a1d74bbf60cc28baa7479e22a9 /res
parentad398f2ad398b78376b48cb422fb6afc5306d9b6 (diff)
parentc45baecabd157ee8e9ce75791e1afe4c702c25a8 (diff)
Merge "Fix accessibility issues with dialpad" into klp-dev
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>