mirror of
https://gitlab.com/openlp/android.git
synced 2024-10-31 16:54:41 +00:00
15 lines
415 B
XML
15 lines
415 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:fromDegrees="90"
|
||
|
android:toDegrees="90">
|
||
|
<shape
|
||
|
android:shape="line"
|
||
|
android:left="1dp">
|
||
|
<stroke
|
||
|
android:width="2dp"
|
||
|
android:color="#0008ff"
|
||
|
android:dashWidth="1dp"
|
||
|
android:dashGap="2dp" />
|
||
|
</shape>
|
||
|
</rotate>
|