Android Support Library 23.2開始,添加了一個新特性Bottom sheets. 那么這個Bottom sheets有...
使用前添加依賴: 一、AppBarLayout 官方文檔 1、介紹 1)AppBarLayout繼承自LinearLayout,是一個垂直的線性...
CoordinatorLayout------協(xié)調(diào)者布局.首先來看一下CoordinatorLayout的繼承結(jié)構(gòu): CoordinatorLa...
底部導(dǎo)航欄的使用非常廣泛,在Android Design Support Library25,google推出了Android的底部導(dǎo)航欄---...
一、Snackbar介紹 Snackbar作為Android Design Support Library中的一員,使用時并不需要在布局文件中聲...
FloatingActionButton本質(zhì)是一個ImageButton,只不過相對于ImageButton,F(xiàn)loatingActionBut...
EditText作為Android中最常用的組件之一,相信很多人對它都很熟悉,EditText有一個屬性hint,能提示我們輸入什么信息,當(dāng)用戶...
一、 DrawerLayout DrawerLayout官網(wǎng)教程DrawerLayout官網(wǎng)API在很多應(yīng)用中都會有抽屜式導(dǎo)航欄,鑒于此,谷歌就...
Google官方在14年 I/O大會上推出了全新的設(shè)計語言——Material Design,Material Design讓Android界面...