這是通過在xml檔案新建時選擇selector,可以設定button按下與沒按下不同的背景效果
這是通過selector將按鈕按下與沒按下的button裡面的字型進行設定
通過xml裡面的shape設定灰色的小圓點//在類裡面新增小圓點
//新增靜態點
view point = new view(this);
point.setbackgroundresource(r.drawable.guide_point_normal);
linearlayout.layoutparams params = new linearlayout.layoutparams(10, 10);
if(i!=0)
mconteinerpoint.addview(point,params);
ListView點選效果設定
android focusable true android focusableintouchmode true 以上兩個屬性一起使用有些特別的地方,比如設定 itemview的android focusable true android focusableintouchmode true 可以使i...
設定Button背景漸變效果和點選效果
1 設定背景漸變效果,在drawable目錄下建buttonshape.xml檔案,內容為 android shape rectangle 這裡startcolor是開始顏色,endcolor是漸變結束顏色,預設是從上往下漸變,可以使用android centery調節,android angle ...
設定Button背景漸變效果和點選效果
1 設定背景漸變效果,在drawable目錄下建buttonshape.xml檔案,內容為 android shape rectangle 這裡startcolor是開始顏色,endcolor是漸變結束顏色,預設是從上往下漸變,可以使用android centery調節,android angle ...