mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-16 03:47:24 +00:00
update count product, chat, address
This commit is contained in:
@ -122,12 +122,14 @@
|
||||
android:src="@drawable/outline_shopping_cart_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/emptyCart"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="Keranjang Anda kosong"
|
||||
android:visibility="gone"
|
||||
android:text="Keranjang anda kosong"
|
||||
android:textColor="@android:color/black"
|
||||
android:textSize="18sp" />
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -10,7 +10,7 @@
|
||||
tools:context=".ui.profile.mystore.product.DetailStoreProductActivity">
|
||||
|
||||
<include
|
||||
android:id="@+id/header"
|
||||
android:id="@+id/headerStoreProduct"
|
||||
layout="@layout/header" />
|
||||
|
||||
<ScrollView
|
||||
|
@ -10,7 +10,7 @@
|
||||
tools:context=".ui.profile.mystore.MyStoreActivity">
|
||||
|
||||
<include
|
||||
android:id="@+id/header"
|
||||
android:id="@+id/headerMyStore"
|
||||
layout="@layout/header" />
|
||||
|
||||
<ScrollView
|
||||
@ -422,6 +422,7 @@
|
||||
android:background="@color/black_50"/>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:visibility="gone"
|
||||
android:id="@+id/layout_help"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<include
|
||||
android:id="@+id/header"
|
||||
android:id="@+id/headerListProduct"
|
||||
layout="@layout/header" />
|
||||
|
||||
<!-- Search Bar -->
|
||||
|
@ -48,8 +48,8 @@
|
||||
android:layout_marginTop="16dp"
|
||||
android:gravity="center"
|
||||
android:visibility="gone"
|
||||
android:text="Keranjang Anda kosong"
|
||||
android:text="Pesan anda kosong"
|
||||
android:textColor="@android:color/black"
|
||||
android:textSize="18sp" />
|
||||
android:textSize="16sp" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user