Button collor in the settings
This commit is contained in:
parent
f7abe47671
commit
f4b86eb628
1 changed files with 3 additions and 1 deletions
|
@ -130,7 +130,9 @@
|
|||
android:id="@+id/btn_save"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="29dp" />
|
||||
android:layout_marginEnd="29dp"
|
||||
android:background="@color/colorPrimary"
|
||||
android:textColor="#ffffff" />
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue