0
我正在用appcelerator構建一個簡單的應用程序。 我想在視圖上設置背景圖像。如何在appcelerator中插入圖像
這是TS的代碼
login.tss
".images":{
top: "15px",
left: "161px",
backgroundImage : "/images/logo_decipher.PNG",
width : "268px",
height : "213px"
}
這是一個login.xml
<Alloy>
<View class="container">
<View class="images"></View>
<Label id="loginLable"
class="loginLable">Accedi</Label>
<TextField class="textLogin"></TextField>
<Button></Button>
</View>
</Alloy>
這哪裏是我的圖像的文件夾:
如果我想開始我的應用程序中的圖像不顯示