Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c939596 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

TOS frag: All caps on buttons

parent 8da27d0d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@
                android:layout_height="wrap_content"
                android:layout_gravity="end"
                android:text="@string/tos_disagree"
                android:textAllCaps="false"
                android:textColor="@color/colorAccent"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintStart_toStartOf="parent"
@@ -86,7 +85,6 @@
                android:layout_height="wrap_content"
                android:layout_gravity="end"
                android:text="@string/tos_agree"
                android:textAllCaps="false"
                android:textColor="@color/colorAccent"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toEndOf="parent"