Update Settings to use DeviceDefault colored button

Uses new Widget.DeviceDefault.Button.Colored style.
Also updates some of the styles to use DeviceDefault
instead of Material styles for a bunch of button styles.

Bug: 64122537
Bug: 69314526
Test: ag/3228846
Change-Id: I478dfdb5ea67ae1882cfee66050ed44fcda3d80d
This commit is contained in:
Andrew Sapperstein
2017-11-13 16:05:29 -08:00
parent d76496dca1
commit 0efac4693f
3 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@
android:layout_height="wrap_content"
android:layout_below="@android:id/summary"
android:text="@string/storage_menu_free"
style="@android:style/@Widget.Material.Button.Colored" />
style="@style/ActionPrimaryButton" />
</LinearLayout>
<com.android.settings.widget.DonutView

View File

@@ -61,7 +61,7 @@
<Button
android:id="@android:id/primary"
style="@style/SuwGlifButton.Primary"
style="@style/ActionPrimaryButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"