Merge "Fix alignment for the instant app button." into pi-dev am: 2dd0a66c81
am: 03c8f085e3
Change-Id: I6a9eacc4d21a468ead9698775f71ed204a342d29
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"
|
android:layout_height="wrap_content">
|
||||||
android:layout_marginBottom="4dp"
|
<Button
|
||||||
android:text="@string/clear_instant_app_data"/>
|
android:id="@+id/clear_data"
|
||||||
|
style="@style/ActionSecondaryButton"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginBottom="4dp"
|
||||||
|
android:text="@string/clear_instant_app_data"/>
|
||||||
|
</FrameLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user