Adnroid is similar to the miui Dialog

Source: Internet
Author: User

Let's take a look at the following:



The show and dismiss operations are animated.


I tried to use popupwindow, but it was not so comfortable. After all, it was not a dialog.

Therefore, this attempt uses the dialog method. In many cases, the system source code is referenced (the source code is the best teacher)


First, let's look at the constructor of customdialog. Java:

Protected customdialog (context) {This (context, R. style. customdialog);} protected customdialog (context, int theme) {super (context, theme); malert = new alertcontroller (context, this, getwindow ()); window window = getwindow (); window. setgravity (gravity. bottom); // set the position of the window to the bottom window. setwindowanimations (R. style. animationdialog); // sets the animation window of the window. setbackgrounddrawableresource (Android. r. color. transparent); // sets window background transparency}

Emma, not very descriptive. Go to the source code directly.


0 resource code: http://download.csdn.net/detail/luck_apple/7735321

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.