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 对话框中的白色背景时遇到问题。
设置其他背景android:background="@drawable/bg"。
android:background="@drawable/bg"
padding文件中的属性drawable:
padding
drawable
<padding android:bottom="-5dp" android:left="-5dp" android:right="-5dp" android:top="-5dp" />