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

23 lines
757 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_horizontal"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp">
<View
background="@drawable/shape_circle_lighter_gray_background"
layout_width="28dp"
layout_height="28dp"/>
<View
background="@drawable/shape_circle_lighter_gray_background"
layout_width="28dp"
layout_height="28dp"
layout_marginStart="3dp"
layout_marginEnd="3dp"/>
<View
background="@drawable/shape_circle_lighter_gray_background"
layout_width="28dp"
layout_height="28dp"/>
</LinearLayout>