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