diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-03 15:35:21 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-03 15:51:47 +0530 |
commit | 96170019fe7059a9dabf31daa9dd02552c6b6690 (patch) | |
tree | 368dc72421047ddb5e48fd0a354fca38d6727ee2 /app/src | |
parent | 8757e4427247db2e6dfc2f36e652f6480b06e72b (diff) |
app: fix hard-coded themes in ProxySelectorActivity
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/activity_proxy_selector.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_proxy_selector.xml b/app/src/main/res/layout/activity_proxy_selector.xml index 44f2637a..c71cefdf 100644 --- a/app/src/main/res/layout/activity_proxy_selector.xml +++ b/app/src/main/res/layout/activity_proxy_selector.xml @@ -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" |