Android Learning Notes---water ripple effect

Source: Internet
Author: User

====================================== Press the water ripple effect
<?xml version= "1.0" encoding= "Utf-8"?>
<!--ripple Effect background--
<!--android:color= "@color/dark_brown" when pressed--
<ripple xmlns:android= "Http://schemas.android.com/apk/res/android"
Android:color= "Attr/colorprimary" >

<!--normal display colors--
<item>
<shape>
<!--background Color--
<solid android:color= "@color/white"/>
</shape>
</item>
</ripple>
=========================toolbar and slide view combined with ======================
toolbar = Findview (r.id.toolbar_id);
Drawerlayout = (drawerlayout) Findviewbyid (r.id.drawer_id);
Actionbardrawertoggle Toggle = new Actionbardrawertoggle (This,drawerlayout,toolbar,r.string.kai,r.string.guan) {
Executes when the menu is closed
@Override
public void ondrawerclosed (View drawerview) {
if (Itemdianji) {
Sowhort ();
Itemdianji = false;
}
}
};
Drawerlayout.setdrawerlistener (toggle);

<activity
Android:name= ". Activity. Mainactivity "
android:screenorientation= "Portrait"/>
<!--
Android:screenorientation= ""
Landscape horizontal Screen
Portrait vertical Screen
Sensor direction according to sensors
User Settings method
Behind follows the previous one in the activity stack

It's an estimate.

Android Learning Notes---water ripple effect

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.