Color of buttons changed
This commit is contained in:
parent
176e580f1f
commit
e74e39fe28
|
@ -56,6 +56,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/button"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/okButton" />
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/loginBtn"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/loginBtn"
|
||||
|
@ -87,6 +88,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/registerActionBtn"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/registerActionBtn"
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/registerBtn"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/registerBtn"
|
||||
|
|
Loading…
Reference in New Issue