android layout - Remove the white border of Custom Dialog which is an activity -


i have custom dialog, has label , text box , 2 buttons.
decided build activity dialog, , in manifest file, mentioned theme dialog.

so custom dialog working fine.
but, want remove white boder of custom dialog.

i read other posts,which can remove border using

<item name="android:windowbackground">@color/transparent_white</item> 

however in case activity, looks dialog. please help


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -