edit store profile

This commit is contained in:
Gracia Hotmauli
2025-05-26 04:41:47 +07:00
parent e9b4d7a8f1
commit 6a887a22aa
10 changed files with 392 additions and 389 deletions

View File

@ -198,7 +198,7 @@
<TextView
style="@style/headline_small"
android:id="@+id/tv_num_perlu_tagihan"
android:id="@+id/tv_num_pesanan_masuk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0"
@ -206,10 +206,10 @@
<TextView
style="@style/label_small"
android:id="@+id/tv_perlu_tagihan"
android:id="@+id/tv_pesanan_masuk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Perlu Tagihan"/>
android:text="Pesanan Masuk"/>
</LinearLayout>