Update EULA and change DISAGREE button color to red and AGREE button color to green.
This commit is contained in:
parent
d4e96f98e6
commit
d979d366cf
2 changed files with 5 additions and 3 deletions
|
@ -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
Loading…
Reference in a new issue