summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-06 10:18:05 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-06 10:18:05 -0700
commit7675789e6a20025ca228554b11ebb2cc20030890 (patch)
tree53a891ed5d8e2ea4e72f7b29974c5983a67d2e53 /res
parentcc5fdfdde8a5fd9f8b87419e56089650e8f7e9fc (diff)
parent5c3ba14b5111592192651f66b86df616c789429a (diff)
am 5c3ba14b: Merge "Fix accessibility issues with dialpad" into klp-dev
* commit '5c3ba14b5111592192651f66b86df616c789429a': 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>