1======================================Press the water ripple effect2<?xml version= "1.0" encoding= "Utf-8"?>3<!--ripple Effect background--4<!--android:color= "@color/dark_brown" when pressed--5<ripple xmlns:android= "Http://schemas.android.com/apk/res/android"6Android:color= "Attr/colorprimary" >7 8<!--normal display colors--9<item>Ten<shape> One<!--background Color-- A<solid android:color= "@color/white"/> -</shape> -</item> the</ripple> -=========================toolbar and slide view combined with ====================== -toolbar =Findview (r.id.toolbar_id); -Drawerlayout =(drawerlayout) Findviewbyid (r.id.drawer_id); +Actionbardrawertoggle Toggle =NewActionbardrawertoggle ( This, Drawerlayout,toolbar,r.string.kai,r.string.guan) { - //executes when the menu is closed + @Override A Public voidondrawerclosed (View drawerview) { at if(Itemdianji) { - Sowhort (); -Itemdianji =false; - } - } - }; inDrawerlayout.setdrawerlistener (toggle);
Some knowledge points, click Ripple, toolbar and slide view combined etc.