android PanelView DashBoard 儀表盤 汽車儀表盤 氣壓儀表盤

jopen 8年前發布 | 16K 次閱讀 PanelView Android開發 移動開發

android PanelView DashBoard 儀表盤 汽車儀表盤 氣壓儀表盤

求star
image

How To Use

add a CirclePercentView into your XML.

   <com.wingsofts.panelview.PanelView
        android:id="@+id/panelView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <com.wingsofts.panelview.PanelView
        android:id="@+id/panelView2"
        wing:arcColor="#EF1C63"
        android:text="當前速度"
        android:textSize="18sp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

you can change percent by call method

setPercent();
setText();
setTextSize();
setArcColor();
setPointerColor();
setArcWidth();

項目地址: https://github.com/githubwing/PanelView

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!