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

Commit 15430501 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Vertically center adjacent buttons in App Info screen."

parents 4cfc0dd0 da3cabca
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -29,9 +29,10 @@
        android:orientation="horizontal">
        <Button
            android:id="@+id/left_button"
            android:layout_width="150dip"
            android:layout_width="140dip"
            android:layout_weight="0.4"
            android:layout_height="wrap_content"/>
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"/>
        <!-- Spacer -->
        <View
            android:id="@+id/buttons_spacer_left"
@@ -41,8 +42,9 @@
            android:layout_weight="0.2" />
        <Button
            android:id="@+id/right_button"
            android:layout_width="150dip"
            android:layout_width="140dip"
            android:text="@string/cancel"
            android:layout_weight="0.4"
            android:layout_height="wrap_content"/>
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"/>
</LinearLayout>