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

31 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/choose_recipient_bank"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="4dp"
layout_below="@+id/text_title"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xb="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0xc="4"/>
</LinearLayout>