Bug 855365 - Remove focusability from the tab widget area on the view pager until we can properly support it. r=sriram

This commit is contained in:
Kartikaya Gupta 2013-03-29 23:39:31 -04:00
parent 816bfac372
commit 36bdef936d

View File

@ -16,7 +16,9 @@
android:id="@+id/tab_widget_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/address_bar_bg">
android:background="@drawable/address_bar_bg"
android:focusable="false"
android:descendantFocusability="blocksDescendants">
<View android:id="@+id/tab_widget_left"
style="@style/AwesomeBarTabIndicatorCurve.Left"/>