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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -