我自定义的dialog,边上的黑色部分怎么去掉
对话框的布局(部分省略)<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"...
对话框的布局(部分省略)
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@drawable/dialogshape" >
<ImageView。。。 />
<TextView。。。 />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/content_alarmclock"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
android:orientation="horizontal" >
<Button。。。/>
<TextView。。。 />
<Button。。。 />
</LinearLayout>
</RelativeLayout>
对话框样式
<style name="alarm_alert" parent="android:Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
</style> 展开
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@drawable/dialogshape" >
<ImageView。。。 />
<TextView。。。 />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/content_alarmclock"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
android:orientation="horizontal" >
<Button。。。/>
<TextView。。。 />
<Button。。。 />
</LinearLayout>
</RelativeLayout>
对话框样式
<style name="alarm_alert" parent="android:Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
</style> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询