diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 14:03:40 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-02 20:25:18 +0100 |
commit | 709362f5adefdf0727aa0ea111b3a5105c7ed8d0 (patch) | |
tree | 37b7861ff9113d1f6cb3e8b74b3388848762bb4b /app/src/main | |
parent | c0e9e9122e011911e40cfceae45d5ac535b77b94 (diff) |
fix default location button design
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/v_location_button.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml index aa4af10c..e8a0c885 100644 --- a/app/src/main/res/layout/v_location_button.xml +++ b/app/src/main/res/layout/v_location_button.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_gravity="center_vertical" android:padding="@dimen/stdpadding" - android:background="@drawable/cust_button_light_rect" + android:background="@drawable/cust_button_primary_rect" android:layout_height="match_parent" > @@ -58,6 +58,7 @@ android:paddingRight="@dimen/stdpadding" android:textAppearance="@style/TextAppearance.AppCompat.Large" android:textStyle="bold" + android:textColor="@color/colorLocationButtonTint" app:autoSizeMaxTextSize="24sp" app:autoSizeMinTextSize="15sp" app:autoSizeTextType="uniform" |