Merge "Fix alignment for the instant app button." into pi-dev
am: 2dd0a66c81
Change-Id: I0d817a996ee558a3aa6f962ed0c3eccc45ce59eb
This commit is contained in:
@@ -48,11 +48,16 @@
|
|||||||
<Space
|
<Space
|
||||||
android:layout_width="16dp"
|
android:layout_width="16dp"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content" />
|
||||||
<Button
|
<FrameLayout
|
||||||
android:id="@+id/clear_data"
|
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:layout_height="wrap_content">
|
||||||
|
<Button
|
||||||
|
android:id="@+id/clear_data"
|
||||||
|
style="@style/ActionSecondaryButton"
|
||||||
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:text="@string/clear_instant_app_data"/>
|
android:text="@string/clear_instant_app_data"/>
|
||||||
|
</FrameLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user