Android, background drawable appear black in genymotion but looks fine in intellij – Photoshop
I'm trying to set background image for my activity like this: <LinearLayout android:id="@+id/container" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:background="@drawable/login_background" android:orientation="vertical"> which looks great in the preview in intellij but in genymotion it looks black: after trying to change the name…