order successed message changed

This commit is contained in:
cimenmus
2018-08-24 22:08:03 +03:00
parent 9ef14e23a8
commit 03ff8c3aee
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingPrefix"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -16,6 +18,7 @@
android:layout_height="wrap_content"
android:text="@string/order_successed"
android:layout_centerInParent="true"
fontPath="fonts/Quicksand-Bold.ttf"
android:gravity="center"
android:padding="16dp"
android:textColor="@color/black" />