
Material Design
清风一杯酒
坚持是一件痛苦而又慢长的事情
展开
-
Android 常用搭配(DrawerLayout+Toolbar)
前言这个搭配大家肯定不会陌生吧!简单粗暴,效果又非常好DrawerLayout和Toolbar这两个控件在前面都已经讲过了,如果不懂可以看我前面的文章,里面有详细的介绍<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/...原创 2019-08-02 23:56:52 · 385 阅读 · 0 评论 -
Android Material Desig总结
Material Design中文版Material Design中文版2Toolbar原创 2019-07-14 22:18:22 · 169 阅读 · 0 评论 -
Android NavigationView导航视图
NavigationView<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" andr...原创 2019-07-13 14:48:38 · 483 阅读 · 0 评论 -
Android TextInputLayout解析
前言使用<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layou...原创 2019-07-22 17:00:32 · 320 阅读 · 0 评论 -
Android SearchView搜索控件
一般用法public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout...原创 2019-07-25 16:48:01 · 350 阅读 · 0 评论 -
Android BottomSheet底部视图
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_paren...原创 2019-07-27 09:49:21 · 857 阅读 · 0 评论