Explorar el Código

Fix stretched splash screen icon on older versions of Android

arkon hace 5 años
padre
commit
dc93368e03
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      app/src/main/res/drawable/splash_background.xml

+ 5 - 3
app/src/main/res/drawable/splash_background.xml

@@ -3,8 +3,10 @@
 
     <item android:drawable="@color/colorSplash" />
 
-    <item
-        android:drawable="@drawable/splash_icon"
-        android:gravity="center" />
+    <item>
+        <bitmap
+            android:gravity="center"
+            android:src="@drawable/splash_icon" />
+    </item>
 
 </layer-list>