亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在Android中自定義View實現投票進度條

發布時間:2021-05-27 17:47:56 來源:億速云 閱讀:191 作者:Leah 欄目:移動開發

這篇文章將為大家詳細講解有關怎么在Android中自定義View實現投票進度條,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。

功能屬性介紹

<!-- MatchSupportProgressBar -->
  <declare-styleable name="MatchSupportProgressBar">
  <!-- 進度條圓角角度 -->
  <attr name="progress_radio" format="string"></attr>
  <!-- 進度條左側Tag文本 -->
  <attr name="progress_tag_text" format="string"></attr>
  <!-- 進度條已填充部分顏色 -->
  <attr name="progress_reach_color" format="color"></attr>
  <!-- 進度條已填充部分高度 -->
  <attr name="progress_reach_height" format="dimension"></attr>
  <!-- 進度條背景顏色 -->
  <attr name="progress_background_color" format="color"></attr>
  <!-- 進度條背景高度 -->
  <attr name="progress_background_height" format="dimension"></attr>
  <!-- 進度條左側Tag文本顏色 -->
  <attr name="progress_tag_text_color" format="color"></attr>
  <!-- 進度條左側Tag文本尺寸 -->
  <attr name="progress_tag_text_size" format="dimension"></attr>
  <!-- 進度條右側百分比文本顏色 -->
  <attr name="progress_percent_text_color" format="color"></attr>
  <!-- 進度條右側百分比文本尺寸 -->
  <attr name="progress_percent_text_size" format="dimension"></attr>
  <!-- 進度條右側百分比文本 -->
  <attr name="progress_percent_text" format="string"></attr>
  <!-- 進度條選中的圖標與進度條、文字的間距 -->
  <attr name="progress_offsetX" format="dimension"></attr>
  <!-- 進度條右側文字的水平偏移量 -->
  <attr name="progress_offsetR" format="dimension"></attr>
  <!-- 進度條之間的偏移量 -->
  <attr name="progress_LineSpacing" format="dimension"></attr>
</declare-styleable>

xml使用示例

<com.yjyc.supportprogress.view.MatchSupportProgressBar
  android:id="@+id/progressbar_match_support"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:layout_marginTop="10dp"
  android:paddingLeft="3dp"
  android:paddingRight="3dp"
  android:progress="30"
  yjcp:progress_background_color="#333"
  yjcp:progress_background_height="30dp"
  yjcp:progress_offsetR="20dp"
  yjcp:progress_percent_text_color="#345698"
  yjcp:progress_percent_text_size="13sp"
  yjcp:progress_reach_color="#999"
  yjcp:progress_tag_text_color="#ffffff"
  yjcp:progress_tag_text="杰倫;那英;汪峰"
  yjcp:progress_tag_text_size="13sp" />

java使用示例

//進度條的點擊事件監聽
mspb.setOnRightTextClickListener(new OnRightTextClickListener() {

 @Override
 public void onClick(int position) {
 //position是點擊的位置
 }
});
/*
為進度條賦值:
參數1:是我們算好的進度值,一般由服務器返回。(注: yjcp:progress_tag_text="杰倫;那英;汪峰"設置 了幾個字符串,getPercentList就要傳幾個字符串)
參數2:得到一個boolean類型的集合,用于設置進度條√顯示的位置
參數3:true表示已投票,false表示未投票
參數4:是否開啟動畫特效 
*/
mspb.setPercentState(getPercentList("10","90","100"), getCheckList(position), true, true);
//重置進度條狀態,如果在listview中涉及到復用問題條用它即可。
//參數:true投過票,false未投過
mspb.setState(false);

關于怎么在Android中自定義View實現投票進度條就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肇州县| 利川市| 湖州市| 丹凤县| 洪雅县| 定日县| 鄄城县| 凉山| 广德县| 叶城县| 遂昌县| 中宁县| 宜兰市| 克什克腾旗| 岱山县| 闸北区| 山东省| 祁东县| 闽侯县| 木兰县| 广西| 普兰县| 武平县| 宝坻区| 富源县| 崇义县| 辽宁省| 达日县| 湖北省| 三河市| 云浮市| 呼伦贝尔市| 峨眉山市| 莱西市| 久治县| 杨浦区| 黔西县| 高尔夫| 大余县| 吉首市| 永城市|