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:background="@drawable/bg"。
android:background="@drawable/bg"
paddingdrawableファイルの属性:
padding
drawable
<padding android:bottom="-5dp" android:left="-5dp" android:right="-5dp" android:top="-5dp" />