I need to make my custom dialog box as a transparent.
Sample Code :
Dialog dialog;
@Override
protected Dialog onCreateDialog(int id)
{
switch(id)
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/a"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:background="#00000000">
<!-- Write your LinearLayout code here -->
</RelativeLayout>
Try this code.
just remove
from Alert_page_border.xml