1.依賴包
compile 'com.wx.wheelview:wheelview:1.3.3'
2.在布局中使用
"60dp"
android:layout_height="60dp"
android:orientation="vertical">
.wx.wheelview
.widget
.wheelview
android:id="@+id/addtime_hour_wheelview"
android:layout_width="match_parent"
android:layout_height="57dp"
/>
"match_parent"
android:layout_height="3dp"
android:background="#ff5d5d"
/>
3.**中的使用
maddtimehourwheelview.setwheeladapter(new arraywheeladapter(this));
maddtimehourwheelview.setskin(wheelview.skin.
none); //無邊框
maddtimehourwheelview.setwheelsize(1); //只顯示一行
final arraylist<
string
> hours = createhours(); //獲取到小時資料 可以改為分鐘資料
maddtimehourwheelview.setwheeldata(hours);
wheelview.wheelviewstyle style =
new wheelview.wheelviewstyle(); //風格
style.selectedtextcolor = color.parsecolor("#ff5d5d"); //文字顏色
style.textcolor = color.red;
style.selectedtextsize =
26; //文字大小
maddtimehourwheelview.setstyle(style);
maddtimehourwheelview.setonwheelitemselectedlistener(new wheelview.onwheelitemselectedlistener()
});資料來源
//小時
private arraylist<
string
> createhours() else
}return
list;
}//分鐘
private arraylist<
string
> createminutes() else
}return
list;
}
純css寫乙個好看的按鈕
以下開關按鈕,主要還是css陰影的使用,大多數人知都卻很少用的,單個元素可以使用多重陰影效果 以下是css 開關站 m switch station m switch station u head m switch station u head p m switch station u body m...
自己用JS寫了乙個簡單的時間控制項。。。
繪畫時間選擇器 var timeselect topattr top leftright center r bottom button 繪畫時間選擇器開始 timeselect.window function obj timeselect.obj obj var time new date var ...
乙個好看的搜尋框 Day01
於是再三考慮,我同樣選擇了同樣從介面開始著手,可不同的是我沒有整天的時間任由自己安排,我還需要工作,我也沒學過藝術,總少了那麼點優雅的氣質,只能從簡單的美化和應用上開始了。首先進行的是搜尋框 我瀏覽了很多 看了很多模板,大致總結為幾種搜尋框,在接下來的日子裡,我將一一實現它,揭秘它 在會之前是真的是...