mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	update commons to 2.12.9
This commit is contained in:
		| @@ -32,7 +32,7 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     compile 'com.simplemobiletools:commons:2.12.8' | ||||
|     compile 'com.simplemobiletools:commons:2.12.9' | ||||
|     compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' | ||||
|     compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | ||||
| } | ||||
|   | ||||
| @@ -19,8 +19,8 @@ | ||||
|     <ImageView | ||||
|         android:id="@+id/favorite_icon" | ||||
|         style="@style/MyBorderlessBackgroundStyle" | ||||
|         android:layout_width="@dimen/manage_favorites_img_size" | ||||
|         android:layout_height="@dimen/manage_favorites_img_size" | ||||
|         android:layout_width="@dimen/normal_icon_size" | ||||
|         android:layout_height="@dimen/normal_icon_size" | ||||
|         android:layout_alignParentEnd="true" | ||||
|         android:layout_alignParentRight="true" | ||||
|         android:padding="@dimen/medium_margin" | ||||
|   | ||||
| @@ -15,8 +15,8 @@ | ||||
|  | ||||
|         <ImageView | ||||
|             android:id="@+id/item_icon" | ||||
|             android:layout_width="@dimen/filepicker_list_icon_size" | ||||
|             android:layout_height="@dimen/filepicker_list_icon_size" | ||||
|             android:layout_width="@dimen/normal_icon_size" | ||||
|             android:layout_height="@dimen/normal_icon_size" | ||||
|             android:paddingBottom="@dimen/medium_margin" | ||||
|             android:paddingTop="@dimen/medium_margin" | ||||
|             android:src="@drawable/ic_folder"/> | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| <resources> | ||||
|     <dimen name="manage_favorites_img_size">48dp</dimen> | ||||
|  | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user