ProfileFragment: fix background
This commit is contained in:
parent
fe99e83446
commit
cdb420a128
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".plugins.profile.local.LocalProfileFragment">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<color name="warning">#ff1a1a</color>
|
||||
<color name="info">#77dd77</color>
|
||||
<color name="error_background">#66FC0000</color>
|
||||
<color name="ok_background">#323232</color>
|
||||
<color name="ok_background">@color/colorPrimaryDark</color>
|
||||
|
||||
<color name="tempTargetBackground">#77dd77</color>
|
||||
<color name="exercise">#67DFE8</color>
|
||||
|
|
Loading…
Reference in a new issue