Fixed lost background color for icon in login view

This commit is contained in:
David A. Velasco 2015-09-25 11:11:46 +02:00
parent 9948180550
commit c44ed4980c

View file

@ -40,6 +40,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"
android:background="@color/login_logo_background_color"
android:src="@drawable/logo"
android:contentDescription="@string/app_name"/>