Android Training/Supporting Different Screens/de: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „Das bedeutet, wenn du ein 200x200 Bild für xhdpi Geräte erstellst, solltest du die gleiche Ressource in 150x150 für hdpi, 100x100 für mdpi und 75x75 für l…“
Keine Bearbeitungszusammenfassung
(Die Seite wurde neu angelegt: „Das bedeutet, wenn du ein 200x200 Bild für xhdpi Geräte erstellst, solltest du die gleiche Ressource in 150x150 für hdpi, 100x100 für mdpi und 75x75 für l…“)
Zeile 71: Zeile 71:
* mdpi: 1.0 (baseline)
* mdpi: 1.0 (baseline)
* ldpi: 0.75
* ldpi: 0.75
This means that if you generate a 200x200 image for xhdpi devices, you should generate the same resource in 150x150 for hdpi, 100x100 for mdpi, and 75x75 for ldpi devices.
Das bedeutet, wenn du ein 200x200 Bild für xhdpi Geräte erstellst, solltest du die gleiche Ressource in 150x150 für hdpi, 100x100 für mdpi und 75x75 für ldpi Geräte erstellen.


Then, place the files in the appropriate drawable resource directory:
Then, place the files in the appropriate drawable resource directory:
11.008

Bearbeitungen