Color of buttons changed

This commit is contained in:
ivan agosto 2019-01-25 12:35:15 -06:00
parent 176e580f1f
commit e74e39fe28
3 changed files with 4 additions and 0 deletions

View File

@ -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" />

View File

@ -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"

View File

@ -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"