android常用控制項

2021-08-02 01:23:16 字數 1048 閱讀 4623

一.textview

屬性:1.android:text  設定文字框的文字內容

3.android:singleline  為true文字框不會換行(已過時)

4.android:lines 預設佔幾行

5.android:minlines 最少佔幾行

6.android:textcolor  字型顏色

7.android:textsize  字型大小

8.android:textstyle  字型風格 如粗體,斜體等

9.android:background  設定背景

2.edittext

屬性:1.android:password 密碼框

2.android:phonenumber **號碼框

3.android:inputtype=「 」  

4.android:textcolorhighight  文字被選中時的背景顏色

5.android:hint  提示字元資訊

3.shape外形資源

屬性:android:shape  (取值:rectangle 矩形  ,oval 橢圓  ,line 直線, ring  圓環)

子節點:

1.定義幾何圖形四個角的弧度 

2.定義使用漸變顏色填充:屬性:

1.android:startcolor 開始顏色

2.android:centercolor 中間顏色

3.android:endcolor 結束顏色

4.android:angle 方向角度

3.定義使用單種顏色填充:android:color

4.定義幾何形狀的邊框:屬性:

1.android:width 邊框的寬度

2.android:color 邊框的顏色

3.android:dashwidth 虛線的寬度

4.android:dashgap虛線的間距

4.selector選擇器:作用:在控制控制項在不同狀態下的樣式

屬性: android:state_focused=「 」 獲取焦點狀態的資源,必須放在第一行

Android常用控制項

toast 吐絲框 是android中的一種簡易的訊息提示框 scaletype 縮放型別 scaletype的屬性值有 matrix fitxy fitstart fitcenter fitend center centercrop centerinside 用得最多還是fitxy fitstar...

android常用控制項

radiogroup radiobutton checkbox toast progressbar 1.setvisibility view.visibility 2.setmax 3.setprogress listview 使用步驟 1.要extends listactivity 2.準備兩個x...

Android常用控制項

此文章適合初級學習android常用控制項的學員,如果文章中有不恰當的地方請指點 1.textview 顯示文字的控制項 其中常見屬性有 android text 設定文字框內文字內容 android singleline 為true文字框不會換行 android lines 預設佔幾行 andro...