MD 2. - TextInputLayout的使用 ToolBar
原創文章,轉載請註明http://blog.csdn.net/leejizhou/article/details/50494634
TextInputLayout是一個父容器控制元件,包裹了EditText,也沒什麼特別的屬性,使用很簡單,切記它一定是和EditText一起搭配使用的。
TextInputLayout的常用方法
tl_password.setHint("Username");//EditText獲得焦點後在上面顯示的文字tl_password.setErrorEnabled(true);//開啟錯誤提醒tl_password.setError("密碼不能為空!");//錯誤提醒的文字tl_password.setErrorEnabled(false);//關閉錯誤提醒
--------------ToolBar------------------
<android.support.v7.widget.Toolbar
android:id="@+id/id_toolbar"
app:title="App Title"
app:subtitle="Sub Title"
app:navigationIcon="@drawable/ic_toc_white_24dp"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:layout_width="match_parent"
android:background="?attr/colorPrimary"/>
0................................................rippledrabw http://www.jianshu.com/p/ab2e9a58c119
很簡單,就是在 drawable 資料夾中定義一個以為根控制元件的 xml 檔案,然後作為一個控制元件的背景即可。 定義 ripple_blue.xml :
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#0000cc">
</ripple>
1...........................................................
相關文章
- Toolbar使用總結
- IEWebControl的toolbar的使用!!!! (轉)Web
- MaterialDesign TextInputLayout
- 安卓Toolbar使用 Demo(Kotlin)安卓Kotlin
- ToolBar專案封裝使用封裝
- MD5的使用
- Android ToolBar 使用完全解析Android
- 2. React-Router的基本使用React
- Android Toolbar的用法Android
- 使用WinDbg對Windows Live Toolbar死鎖的簡單分析Windows
- 從登陸介面學習TextInputLayout
- 需要輸入框?試試TextInputLayout
- Material Design 之 TextInputLayout和TextInputEditTextMaterial Design
- BaseActivity中封裝通用的Toolbar封裝
- WPF apply style in Toolbar via Static ToolBar.ButtonStyleKeyAPP
- 【PhpSelenium】2.基本使用PHP
- [PhpSelenium] 2.基本使用PHP
- 使用 Toolbar.js 實現超酷的 Tooltip 風格工具欄JS
- Android Material Design控制元件使用(二)——FloatButton TextInputEditText TextInputLayout 按鈕AndroidMaterial Design控制元件
- Editor.md 使用小結
- react-md-editor使用示例React
- ToolBar封裝策略封裝
- Toolbar不能實現你的需求?
- MaterialDesign系列文章(十)TextInputLayout和TextInputEdittext
- oracle 11g md_backup md_restor命令使用方法OracleREST
- Android基礎 使用ToolBar教你打造一個通用的標題欄Android
- 2. Go中defer使用注意事項Go
- Base64 編碼的程式設計使用.md程式設計
- Django除錯工具django-debug-toolbar安裝使用教程Django除錯
- Material Design 控制元件知識梳理(9) TextInputLayoutMaterial Design控制元件
- 統一為專案中的Activity新增Toolbar
- ToolBar、TabLayout、Fragment+ViewPager的開發實踐TabLayoutFragmentViewpager
- SAP MM T-code MD04的使用,是有前提的!
- Toolbar設定掉坑總結
- 2.寶匣的密碼密碼
- 2. 湍流的統計描述
- MD5和MD5破解的一些事
- nodejs的使用者許可權管理——acl.mdNodeJS