Update style name

Bug: 187923403
Test: make SettingsRoboTests
Change-Id: I01455cef919cb8692df9d275c8dff0c68d75861f
(cherry picked from commit 2b6a081a0b)
This commit is contained in:
Wesley.CW Wang
2021-05-14 17:22:55 +08:00
committed by Colin Cross
parent b242934da5
commit fb6500410f
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"