зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0abbac150f
Коммит
5e0647a6af
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче