fix search

This commit is contained in:
shaulascr
2025-06-18 14:00:20 +07:00
parent 420208ba19
commit a907a4f1d6
5 changed files with 24 additions and 23 deletions

View File

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Theme.Ecommerce_serang"
tools:context=".ui.product.listproduct.ListProductActivity">
<include

View File

@ -30,7 +30,9 @@
android:layout_weight="1"
android:background="@drawable/search_background"
android:iconifiedByDefault="false"
android:queryHint="Search products..." />
android:queryHint="Search products..."
app:iconifiedByDefault="false"
app:queryHint="Search products..." />
</LinearLayout>