Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在「CalculateMe」というアプリをストアに持っています。タブはGalaxy S3のホーム画面に横たわるのではなく、等間隔で区切られた状態で正常に動作しているようですが、Galaxy S1で試してみました. それはすべて台無しに見えます。私は現在別のアプリを作成しています.S3ではレイアウトは問題ないようですが、S1ではボタンが互いに重なっています。それがなぜなのか、どうすれば安定させることができるのだろうか?
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
これをアプリのマニフェスト ファイルに追加し、別のデバイスで実行してみてください。