1
0
Fork 0

For #3548 - Fix close tab button visibility. (#3801)

* For #3548 - Fix close tab button visibility.

* Switch to 'wrap_content' instead of fixed values.

* Align close tab button with settings button.

* Change margin top
master
bloslo 2019-07-30 19:25:44 +02:00 committed by Sawyer Blatz
parent ecc743a1f9
commit 7ab4498771
1 changed files with 4 additions and 3 deletions

View File

@ -66,9 +66,10 @@
<ImageButton
android:id="@+id/close_tab_button"
android:layout_width="8dp"
android:layout_height="8dp"
android:layout_margin="13dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4.5dp"
android:layout_marginEnd="4.5dp"
android:alpha="0.8"
android:contentDescription="@string/close_tab"
android:src="@drawable/ic_close"