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.
htc Desireのアプリをデザインしました。アプリに使用される背景画像は、Eclipse レイアウトで見栄えがよく、電話にインストールすると引き伸ばされます。
HTC DesireはWVGAデバイスであるため、画像に9つのパッチを適用します。
あなたはあなたの画像にパッチを当てる9つの習慣を身につける必要があります。
AndroidManifest.xml に support-screens オプションを追加する必要があります。そうしないと、システムはアプリケーションが中サイズの画面用にコーディングされていると見なし、drawable-hdpi に配置した画像を引き伸ばします。