Merge "Fix alignment for the instant app button." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-14 00:28:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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>