7 lines
255 B
XML
7 lines
255 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:visible="true"
|
||
|
android:drawable="@drawable/default_scroll_handle_bottom"
|
||
|
android:fromDegrees="180"
|
||
|
android:toDegrees="180"/>
|