Update EULA and change DISAGREE button color to red and AGREE button color to green.

This commit is contained in:
Severiano Jaramillo 2018-11-28 14:21:43 -06:00
parent d4e96f98e6
commit d979d366cf
2 changed files with 5 additions and 3 deletions

View file

@ -24,7 +24,7 @@
android:layout_alignParentEnd="true"
android:layout_marginEnd="12dp"
android:layout_marginBottom="4dp"
android:backgroundTint="@color/colorPrimary"
android:backgroundTint="#139657"
android:text="@string/button__agree" />
<com.google.android.material.button.MaterialButton
@ -35,7 +35,8 @@
android:layout_marginEnd="12dp"
android:layout_marginBottom="4dp"
android:layout_toStartOf="@id/btnAgree"
android:text="@string/button__disagree"/>
android:text="@string/button__disagree"
android:textColor="#f00"/>
</RelativeLayout>
</LinearLayout>

File diff suppressed because one or more lines are too long