take the icon for toggle filename from commons

This commit is contained in:
tibbi 2017-01-20 21:47:43 +01:00
parent 3d14119929
commit 714f4e778e
7 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.4.1'
compile 'com.simplemobiletools:commons:2.4.3'
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 B

View file

@ -8,7 +8,7 @@
app:showAsAction="ifRoom"/>
<item
android:id="@+id/toggle_filename"
android:icon="@drawable/ic_toggle_filename"
android:icon="@drawable/ic_label"
android:title="@string/toggle_filename"
app:showAsAction="ifRoom"/>
<item