android Dialog go to title, rounded rectangle, go background

Source: Internet
Author: User

Key points of knowledge,

Style,shape

1,dialog go to the title

can use the theme to go to the title, as long as there

<item name= "Windowactionbar" >false</item>
<item name= "Windownotitle" >true</item>

Themes have these two attributes, you can, for example
Android. R.style.theme_devicedefault_light_dialog_noactionbar Themes

Or
Dialog.requestwindowfeature (Window.feature_no_title);


2. Go to the background

Use themes to get to the background
<item name= "Windowbackground" > @color/transparent</item>
<item name= "Windowbackground" > @null </item>

Use code to get to the background
Dialog.getwindow (). Setbackgrounddrawableresource (Android. r.color.transparent);//go to the background

3. Rounded Rectangle
dialog layout using shape
Shape's corners set rounded corners that can be rounded in four corners of a rectangle
such as: <corners android:radius= "10DP"/>
Note: If the layout uses this shape, it is better to set the margin or padding, or it may be overwritten by its content to cause the fillet settings to fail, because the contents of the layout if there is set background, it will be overwritten


android Dialog go to title, rounded rectangle, go background

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.