From 880a5b9b15926f8b3bc2bea5f623bfbc6e54d348 Mon Sep 17 00:00:00 2001 From: David Gaspar Date: Mon, 9 Jan 2023 19:08:02 -0300 Subject: [PATCH] Make the example visually explicit (#8083) Make the example visually explicit with the native android reference: https://developer.android.com/training/multiscreen/screendensities#TaskProvideAltBmp --- src/development/ui/assets-and-images.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/development/ui/assets-and-images.md b/src/development/ui/assets-and-images.md index 76ed4a9dd0..7906b6e8eb 100644 --- a/src/development/ui/assets-and-images.md +++ b/src/development/ui/assets-and-images.md @@ -190,9 +190,11 @@ For example, consider the following asset layout for an image named `my_icon.png`: ```text -.../my_icon.png -.../2.0x/my_icon.png -.../3.0x/my_icon.png +.../my_icon.png (mdpi baseline) +.../1.5x/my_icon.png (hdpi) +.../2.0x/my_icon.png (xhdpi) +.../3.0x/my_icon.png (xxhdpi) +.../4.0x/my_icon.png (xxxhdpi) ``` On devices with a device pixel ratio of 1.8, the asset