1

みなさん、こんにちは。

私は、titanium appcelerator を使用して Android で複数の画面解像度のサポートを実装しています。そのため、対応するフォルダーに画像を配置し、//in tiapp.xml ファイル設定を提供しています。

  <manifest>
   <application android:debuggable="true"/>
   <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>
   <supports-screens android:anyDensity="true" android:largeScreens="true"        android:normalScreens="true" android:smallScreens="true"/>
   </manifest>  
//Ui controls are not fitting exactly. 

in tiapp.xml it is working fine in all screens but when i am running in 53 the UI was distabed .please see and let me know further details  for design Screen for s3  in android  .send me any useful information or sample code so that i will fallow and continue....

前もって感謝します.....

4

0 に答える 0