Merge "Center button text in the InstalledAppDetails screens."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba1f0ae33f
@@ -30,8 +30,6 @@
|
|||||||
<Button
|
<Button
|
||||||
android:id="@+id/left_button"
|
android:id="@+id/left_button"
|
||||||
android:layout_width="150dip"
|
android:layout_width="150dip"
|
||||||
android:paddingLeft="6dip"
|
|
||||||
android:layout_gravity="left"
|
|
||||||
android:layout_weight="0.4"
|
android:layout_weight="0.4"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
<!-- Spacer -->
|
<!-- Spacer -->
|
||||||
@@ -44,8 +42,6 @@
|
|||||||
<Button
|
<Button
|
||||||
android:id="@+id/right_button"
|
android:id="@+id/right_button"
|
||||||
android:layout_width="150dip"
|
android:layout_width="150dip"
|
||||||
android:paddingRight="6dip"
|
|
||||||
android:layout_gravity="right"
|
|
||||||
android:text="@string/cancel"
|
android:text="@string/cancel"
|
||||||
android:layout_weight="0.4"
|
android:layout_weight="0.4"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
Reference in New Issue
Block a user