mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
13 lines
312 B
PHP
13 lines
312 B
PHP
|
<view w="100%" h="100%" >
|
||
|
<image image="bg_${device_orientation}_1" w="100%" h="100%"/>
|
||
|
</view>
|
||
|
|
||
|
<view w="100%" h="100%" >
|
||
|
<image image="bg_${device_orientation}_2" w="100%" h="100%"/>
|
||
|
</view>
|
||
|
|
||
|
<view w="100%" h="100%" >
|
||
|
<image image="bg_${device_orientation}_3" w="100%" h="100%"/>
|
||
|
</view>
|
||
|
|