Commit 8302055c authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

finish migration, fix icons in settings

parent e0343009
...@@ -159,7 +159,7 @@ dependencies { ...@@ -159,7 +159,7 @@ dependencies {
//Glide //Glide
implementation "com.github.bumptech.glide:glide:$glideVersion" implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation 'jp.wasabeef:glide-transformations:4.0.0' implementation 'jp.wasabeef:glide-transformations:4.0.0'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion" kapt "com.github.bumptech.glide:compiler:$glideVersion"
//Tests //Tests
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
......
...@@ -65,9 +65,8 @@ ...@@ -65,9 +65,8 @@
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="end|center_vertical" android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat" android:src="@drawable/ic_download"
android:weightSum="1" android:weightSum="1"/>
app:srcCompat="@drawable/ic_download" />
</LinearLayout> </LinearLayout>
<include <include
...@@ -99,9 +98,8 @@ ...@@ -99,9 +98,8 @@
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="end|center_vertical" android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat" android:src="@drawable/ic_download"
android:weightSum="1" android:weightSum="1" />
app:srcCompat="@drawable/ic_download" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment