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 1.6 では、背景色は単色ですが、2.3 以降では、ダイアログは透明になり、不透明度 80% のようになります。だから私は新しいスタイルを作成しました
<style name="SolidDialog" parent="android:Theme.Dialog"> </style>
しかし、私は中に何を入れるべきですか??
使用する:
<item name="android:background">#FF000000</item>
これは不透明な黒です (色の最初のバイトは不透明度の値で、0=透明、255=完全に不透明です)。