Fix button is not fully rounded corner issue am: d769667e09
am: 997641d20c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14880641 Change-Id: I4a3d3832f612860642725abfad3feba9b4e73d73
This commit is contained in:
@@ -20,13 +20,14 @@
|
|||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/button"
|
android:id="@+id/button"
|
||||||
android:text="@string/remove_account_label"
|
android:text="@string/remove_account_label"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_marginTop="20dip"
|
android:layout_marginTop="20dp"
|
||||||
android:layout_marginBottom="12dip"
|
android:layout_marginBottom="12dp"
|
||||||
android:gravity="center" />
|
android:gravity="center"
|
||||||
|
style="@style/ActionPrimaryButton" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -417,6 +417,8 @@
|
|||||||
|
|
||||||
<style name="RoundedCornerThemeOverlay">
|
<style name="RoundedCornerThemeOverlay">
|
||||||
<item name="android:buttonCornerRadius">24dp</item>
|
<item name="android:buttonCornerRadius">24dp</item>
|
||||||
|
<item name="android:paddingStart">16dp</item>
|
||||||
|
<item name="android:paddingEnd">16dp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="LockPatternContainerStyle">
|
<style name="LockPatternContainerStyle">
|
||||||
|
Reference in New Issue
Block a user