Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a308b9 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Show quickfix button on center

Bug: 5265342
Change-Id: Icd621bca4c14e7fe78daa56c30033beab8f79712
parent adfb57a7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -58,8 +58,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"
        android:layout_gravity="right"
        android:layout_marginRight="40dip"
        android:layout_gravity="center"
        android:layout_marginTop="10dip"
        android:layout_marginBottom="10dip" />
</LinearLayout>
+2 −3
Original line number Diff line number Diff line
@@ -44,8 +44,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"
        android:layout_gravity="right"
        android:layout_marginRight="40dip"
        android:layout_gravity="center"
        android:layout_marginTop="10dip"
        android:layout_marginBottom="10dip" />
</LinearLayout>
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"
        android:layout_gravity="right"
        android:layout_marginRight="40dip"
        android:layout_gravity="center"
        android:layout_marginTop="20dip"
        android:layout_marginBottom="20dip" />
</LinearLayout>