app: fix hard-coded themes in ProxySelectorActivity
This commit is contained in:
parent
8757e44272
commit
96170019fe
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/save"
|
android:id="@+id/save"
|
||||||
style="@style/AppTheme.OutlinedButton"
|
style="?attr/materialButtonOutlinedStyle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="@dimen/normal_margin"
|
android:layout_marginTop="@dimen/normal_margin"
|
||||||
|
|
Loading…
Reference in a new issue