add in icon for rotating left
BIN
app/src/main/res/drawable-hdpi/ic_rotate_left.png
Normal file
After Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 656 B |
BIN
app/src/main/res/drawable-mdpi/ic_rotate_left.png
Normal file
After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
BIN
app/src/main/res/drawable-xhdpi/ic_rotate_left.png
Normal file
After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 741 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_rotate_left.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_rotate_left.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
@ -8,7 +8,7 @@
|
||||||
app:showAsAction="always"/>
|
app:showAsAction="always"/>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/rotate"
|
android:id="@+id/rotate"
|
||||||
android:icon="@drawable/ic_rotate"
|
android:icon="@drawable/ic_rotate_right"
|
||||||
android:title="@string/rotate"
|
android:title="@string/rotate"
|
||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
<item
|
<item
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
<item
|
<item
|
||||||
android:id="@+id/rotate"
|
android:id="@+id/rotate"
|
||||||
android:icon="@drawable/ic_rotate"
|
android:icon="@drawable/ic_rotate_right"
|
||||||
android:title="@string/rotate"
|
android:title="@string/rotate"
|
||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
<item
|
<item
|
||||||
|
|