Material Design 控件
Material Design 新控件
TextInputLayout
依赖:compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
使用TextInputLayout创建一个登陆界面:
http://www.jcodecraeer.com/a/basictutorial/2015/0821/3338.html
AutoCompleteTextView
AutoCompleteTextView 简单用法 :
http://blog.csdn.net/i_lovefish/article/details/17337999
DrawerLayout
位置:android-support-v4.jar
布局文件layout_drawer.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<!--主布局-->
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
