Replaced UIL with Picasso

Huge replacement
Hopefully better performance
This commit is contained in:
Karim Abou Zeid 2015-03-11 13:33:06 +01:00
commit cfce92535b
27 changed files with 398 additions and 457 deletions

View file

@ -31,6 +31,7 @@
<ImageButton
android:id="@+id/button_quit"
style="@style/NotificationButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
@ -38,8 +39,7 @@
android:layout_gravity="center"
android:background="@drawable/notification_selector"
android:padding="8dp"
android:src="@drawable/ic_close_black_24dp"
android:tint="@color/notification_buttons_tint"/>
android:src="@drawable/ic_close_white_24dp"/>
<LinearLayout
android:layout_width="match_parent"