From a47f8fd8e5cc6450f114063dcfdc76aa5b362460 Mon Sep 17 00:00:00 2001 From: Ishigamii Date: Sat, 15 Sep 2018 10:37:55 +0200 Subject: [PATCH] Update README.md Change the default launch_screen.xml to keep the ratio on Android --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd3b1b39..e392dba1 100644 --- a/README.md +++ b/README.md @@ -167,11 +167,11 @@ Create a file called `launch_screen.xml` in `app/src/main/res/layout` (create th ```xml - - + android:layout_height="match_parent"> + + ``` Customize your launch screen by creating a `launch_screen.png`-file and placing it in an appropriate `drawable`-folder. Android automatically scales drawable, so you do not necessarily need to provide images for all phone densities.