File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232}
3333
3434dependencies {
35- compile ' com.simplemobiletools:commons:2.12.8 '
35+ compile ' com.simplemobiletools:commons:2.12.9 '
3636 compile ' com.bignerdranch.android:recyclerview-multiselect:0.2'
3737 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3838}
Original file line number Diff line number Diff line change 1919 <ImageView
2020 android : id =" @+id/favorite_icon"
2121 style =" @style/MyBorderlessBackgroundStyle"
22- android : layout_width =" @dimen/manage_favorites_img_size "
23- android : layout_height =" @dimen/manage_favorites_img_size "
22+ android : layout_width =" @dimen/normal_icon_size "
23+ android : layout_height =" @dimen/normal_icon_size "
2424 android : layout_alignParentEnd =" true"
2525 android : layout_alignParentRight =" true"
2626 android : padding =" @dimen/medium_margin"
Original file line number Diff line number Diff line change 1515
1616 <ImageView
1717 android : id =" @+id/item_icon"
18- android : layout_width =" @dimen/filepicker_list_icon_size "
19- android : layout_height =" @dimen/filepicker_list_icon_size "
18+ android : layout_width =" @dimen/normal_icon_size "
19+ android : layout_height =" @dimen/normal_icon_size "
2020 android : paddingBottom =" @dimen/medium_margin"
2121 android : paddingTop =" @dimen/medium_margin"
2222 android : src =" @drawable/ic_folder" />
Original file line number Diff line number Diff line change 11<resources >
2- < dimen name = " manage_favorites_img_size " >48dp</ dimen >
2+
33</resources >
You can’t perform that action at this time.
0 commit comments