26 lines
796 B
XML
26 lines
796 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="3dp"/>
|
|
<View
|
|
background="@drawable/shape_credit_card_dot"
|
|
layout_width="8dp"
|
|
layout_height="8dp"
|
|
layout_marginEnd="3dp"/>
|
|
<View
|
|
background="@drawable/shape_credit_card_dot"
|
|
layout_width="8dp"
|
|
layout_height="8dp"
|
|
layout_marginEnd="3dp"/>
|
|
<View
|
|
background="@drawable/shape_credit_card_dot"
|
|
layout_width="8dp"
|
|
layout_height="8dp"/>
|
|
</LinearLayout>
|