27 lines
828 B
XML
27 lines
828 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="4dp"/>
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="4dp"/>
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="4dp"/>
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="12dp"/>
|
||
|
</LinearLayout>
|