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
- 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/. -->
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/tab_item"
android:layout_width="match_parent"
android:layout_height="88dp"
android:focusable="true"
android:focusableInTouchMode="true">
android:focusable="true">
<ImageButton
android:id="@+id/play_pause_button"