mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
9 lines
280 B
XML
9 lines
280 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:drawable="@drawable/ab_solid_shadow_holo"
|
||
|
|
android:fromDegrees="180"
|
||
|
|
android:pivotX="50%"
|
||
|
|
android:pivotY="50%"
|
||
|
|
android:toDegrees="180" >
|
||
|
|
|
||
|
|
</rotate>
|