23 lines
757 B
XML
23 lines
757 B
XML
<?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>
|