android 常用控制項歸類 二

2021-08-02 10:43:55 字數 987 閱讀 7358

android常用控制項歸類

給大家帶來的是android資源的外形資源(shape):

所謂的資源都是指res資料夾下的xml檔案,每一種型別的xml檔案都對應了一種資源

外形資源(shape): shape資源用來定義乙個基本的幾何圖形(矩形,圓形,線條等)

屬性:   android:shape

取值:rectangle 矩形

oval  橢圓

line   直線

ring   圓環

這些外形資源我定義了乙個新的xml      et_shape.xml

<?xml version="1.0" encoding="utf-8"?>

<?xml version="1.0" encoding="utf-8"?>

在layout裡面的xml進行呼叫

然後結果圖如下  

邊距 明顯的變成了黑色  ,而且選中文字框也會進行相應的文字框顏色變化

下面是一些其他的控制項

定義幾何圖形四個角的弧度android:radius  設定四個角的弧度

android:***radius  設定乙個角的弧度

還有尺寸資源 (dimension)  dimen標籤用於定義尺寸資源

selector選擇器

顏色資源(color)    作用:在控制控制項在不同狀態的樣式

android:state_focused=" "   控制項的狀態     

獲取焦點狀態的資源,必須放在第一行

android:drawable=" "   設定對應的資源或者

Android常用控制項(二)

button 按鈕 android text 設定按鈕上的文字,imagebutton不能有文字 android background 設定按鈕的背景顏色 imagebutton 按鈕 android src 設定背景 android adjustviewbounds 調整邊框以適應大小 andro...

android常用控制項

一.textview 屬性 1.android text 設定文字框的文字內容 3.android singleline 為true文字框不會換行 已過時 4.android lines 預設佔幾行 5.android minlines 最少佔幾行 6.android textcolor 字型顏色 ...

Android常用控制項

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