Android Question different panel image in designer

IDDGroup

Member
Licensed User
Longtime User
Hi

In Designer, i created two layout variants, 360 X 640 and 540 X 960 .

doing a simple splash screen, I put in a full size panel, with a full size image.

I have 2 different image files for each variant, since the ratio is different, i want to avoid distortion.

whats the best way to assign 2 different images to 2 different layouts using the same panel name?

there must be away to do this with designer, not in code.
 
Top