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

Commit b764f63c authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Center button text in the InstalledAppDetails screens.

Bug: 5098457
Change-Id: I2ae0083c9547d17324ebbd667eb85f58da88ec15
parent 8d7f9594
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@
        <Button
            android:id="@+id/left_button"
            android:layout_width="150dip"
            android:paddingLeft="6dip"
            android:layout_gravity="left"
            android:layout_weight="0.4"
            android:layout_height="wrap_content"/>
        <!-- Spacer -->
@@ -44,8 +42,6 @@
        <Button
            android:id="@+id/right_button"
            android:layout_width="150dip"
            android:paddingRight="6dip"
            android:layout_gravity="right"
            android:text="@string/cancel"
            android:layout_weight="0.4"
            android:layout_height="wrap_content"/>