1
0
Fork 0

For #11558 - Fix double click required for tabs tray

master
ekager 2020-06-16 14:43:33 -04:00 committed by Emily Kager
parent 396cd61efa
commit 37ccc52d35
1 changed files with 2 additions and 4 deletions

View File

@ -2,14 +2,12 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public <!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this - License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/tab_item" android:id="@+id/tab_item"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="88dp" android:layout_height="88dp"
android:focusable="true" android:focusable="true">
android:focusableInTouchMode="true">
<ImageButton <ImageButton
android:id="@+id/play_pause_button" android:id="@+id/play_pause_button"