Update UI

This commit is contained in:
phanhuuloi27
2022-06-05 12:02:11 +07:00
parent 178cbf627c
commit 7d2f9381e3
2 changed files with 9 additions and 4 deletions
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M18.06,22.99h1.66c0.84,0 1.53,-0.64 1.63,-1.46L23,5.05h-5L18,1h-1.97v4.05h-4.97l0.3,2.34c1.71,0.47 3.31,1.32 4.27,2.26 1.44,1.42 2.43,2.89 2.43,5.29v8.05zM1,21.99L1,21h15.03v0.99c0,0.55 -0.45,1 -1.01,1L2.01,22.99c-0.56,0 -1.01,-0.45 -1.01,-1zM16.03,14.99c0,-8 -15.03,-8 -15.03,0h15.03zM1.02,17h15v2h-15z"/>
</vector>
@@ -18,9 +18,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:backgroundTint="#CCCCCC"
android:drawableLeft="@drawable/ic_baseline_vpn_key_24"
android:drawableLeft="@drawable/ic_baseline_fastfood_24"
android:drawablePadding="13dp"
android:hint="Tên"
android:hint="Tên danh mục"
android:inputType="text"
android:textColor="@color/black"
android:textColorHint="@color/black"
@@ -37,7 +37,7 @@
<info.hoang8f.widget.FButton
android:id="@+id/btnSelect"
android:text="Chọn"
android:text="Chọn ảnh..."
android:textColor="@color/white"
android:layout_marginRight="8dp"
android:layout_marginLeft="8dp"
@@ -55,7 +55,7 @@
<info.hoang8f.widget.FButton
android:id="@+id/btnUpload"
android:text="Upload"
android:text="Tải ảnh lên"
android:textColor="@color/white"
android:layout_marginRight="8dp"
android:layout_marginLeft="8dp"