Skip to content

Repository files navigation

DottedDashedLine

  • dotted_line.xml
<?xml version="1.0" encoding="utf-8"?>
<shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle">
<!-- android:shape="line">-->
<cornersandroid:radius="16dp" />
<strokeandroid:width="1dp"android:color="@color/purple_700"android:dashWidth="10px"android:dashGap="10px" />
</shape>
  • dotted_line_background.xml
<?xml version="1.0" encoding="utf-8"?>
<shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle">
<!-- android:shape="line">-->
<cornersandroid:radius="16dp" />
<solidandroid:color="#2D3700B3"/>
<strokeandroid:width="1dp"android:color="@color/purple_700"android:dashWidth="10px"android:dashGap="10px" />
</shape>
  • main_activity.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
...>
<LinearLayoutandroid:background="@drawable/dotted_line"
...>
<TextView
...
android:text="TextView Top" />
</LinearLayout>
<LinearLayoutandroid:background="@drawable/dotted_line_background"
...>
<TextView
...
android:text="TextView Bottom" />
</LinearLayout>
</LinearLayout>

Copyright 2021 M. Fadli Zein

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages