what-the-bank/resources/res/layout/2131559946.xml

35 lines
1.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_sub_product_list"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165518"/>
<androidx.appcompat.widget.LinearLayoutCompat
gravity="center"
orientation="vertical"
id="@+id/ll_layout_sub_product_empty"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="34dp"
layout_marginBottom="44dp">
<androidx.appcompat.widget.AppCompatImageView
id="@+id/iv_empty_icon"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_common_empty_box"/>
<androidx.appcompat.widget.AppCompatTextView
textStyle="bold"
textColor="#837e87"
id="@+id/tv_empty"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="10dp"
text="@string/empty_product"
style="@style/2132017702"/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>