Merge "Update style name" into sc-dev am: db6c7211e4

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14547063

Change-Id: I9363ee0318a2785498a04829822af9348bedb35b
This commit is contained in:
TreeHugger Robot
2021-05-18 11:34:32 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
<Button
android:id="@+id/install"
style="@style/SettingsActionButton"
style="@style/SettingsLibActionButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="20dp"
@@ -40,7 +40,7 @@
<Button
android:id="@+id/launch"
style="@style/SettingsActionButton"
style="@style/SettingsLibActionButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="20dp"
@@ -55,7 +55,7 @@
<Button
android:id="@+id/clear_data"
style="@style/SettingsActionButton"
style="@style/SettingsLibActionButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"