color retry button based on service color

This commit is contained in:
bopol 2020-05-10 10:54:12 +02:00
parent cf1425bb96
commit c2b0cff3d9
2 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,6 @@
android:textAllCaps="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textSize="16sp"
android:theme="@style/RedButton"/>
android:theme="@style/ServiceColoredButton"/>
</LinearLayout>