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

17 lines
549 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"
gravity="center_vertical"
orientation="vertical"
id="@+id/ll_layout_container"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="56dp">
<TextView
id="@+id/tv_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017881"/>
</LinearLayout>