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

22 lines
663 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/item_text"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017876"/>
<View
id="@+id/footer_divider_view"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/group_name"/>
</LinearLayout>