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

37 lines
1.1 KiB
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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="@drawable/bg_white_rounded"
padding="20dp"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="5dp"
minHeight="180dp"
elevation="2dp">
<View
background="#eae7ec"
layout_width="130dp"
layout_height="12dp"
layout_marginBottom="9dp"/>
<View
background="#eae7ec"
layout_width="160dp"
layout_height="18dp"
layout_marginBottom="23dp"/>
<View
background="#eae7ec"
layout_width="130dp"
layout_height="8dp"
layout_marginBottom="9dp"/>
<View
background="#eae7ec"
layout_width="180dp"
layout_height="12dp"/>
</LinearLayout>
</LinearLayout>