Fix weirdly aligned merge button
This commit is contained in:
parent
284a456184
commit
0ccfca51e7
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,6 @@
|
|||
style="@style/Theme.Widget.Button.Action"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/action_web_view"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_public_24dp"
|
||||
|
|
@ -176,6 +175,7 @@
|
|||
style="@style/Theme.Widget.Button.Action"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/merge"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_merge_type_24dp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue