20 lines
589 B
XML
20 lines
589 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#00000000"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/view_separator"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<View
|
||
|
id="@+id/view_full_separator"
|
||
|
background="#eae7ec"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|