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

finish migration, fix icons in settings

parent e0343009
......@@ -159,7 +159,7 @@ dependencies {
//Glide
implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation 'jp.wasabeef:glide-transformations:4.0.0'
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"
kapt "com.github.bumptech.glide:compiler:$glideVersion"
//Tests
testImplementation 'junit:junit:4.12'
......
......@@ -65,9 +65,8 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat"
android:weightSum="1"
app:srcCompat="@drawable/ic_download" />
android:src="@drawable/ic_download"
android:weightSum="1"/>
</LinearLayout>
<include
......@@ -99,9 +98,8 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat"
android:weightSum="1"
app:srcCompat="@drawable/ic_download" />
android:src="@drawable/ic_download"
android:weightSum="1" />
</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