app: fix hard-coded themes in ProxySelectorActivity

This commit is contained in:
Harsh Shandilya 2021-11-03 15:35:21 +05:30
parent 8757e44272
commit 96170019fe
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -94,7 +94,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/save"
style="@style/AppTheme.OutlinedButton"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/normal_margin"