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.
AndroidタブレットでAndroidモバイルアプリをデバッグできるかどうかを知りたいのですが、全画面表示ではなく、iPhoneアプリケーションを搭載したiPadのように画面の中央に実物大で表示されます。
アプリ内の画面のレイアウト設定によって異なります。親レイアウト (xmlns 属性を持つレイアウト) の幅と高さのプロパティが「match_parent」/「fill_parent」に設定されている場合、アプリケーションはタブレットでも画面全体を占有します。全画面にしたくない場合は、「wrap_content」に設定してください。