Merge "Relayout Reset Wifi page" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-31 03:28:10 +00:00
committed by Android (Google) Code Review
4 changed files with 11 additions and 9 deletions

View File

@@ -409,7 +409,9 @@
<item name="android:scaleY">0.5</item>
</style>
<style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/>
<style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored">
<item name="android:theme">@style/RoundedCornerThemeOverlay</item>
</style>
<style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button"/>
<style name="RoundedCornerThemeOverlay">