仿外卖订单状态控件 TimeLineView

码农软件 · 软件分类 · 动画(Animation) · 2019-07-04 22:27:40

软件介绍

TimeLineView

一款仿外卖订单状态的开源控件,支持自定义文字,颜色,字体大小等功能

显示效果

USAGE

Gradle

gradle    2行

  compile
      'com.wrbug:timelineview:1.0.0'

Maven

vbscript-html    7行

  <
          dependency><
          groupId>com.wrbug<
          artifactId>timelineview<
          version>1.0.0<
          type>pom

布局中添加

xml    11行

  <
        com.wrbug.opensources.TimeLineView
        android:id=
        "@+id/timeLineView3"
        android:layout_width=
        "match_parent"
        android:layout_height=
        "50dp"
        android:layout_margin=
        "20dp"
        app:preCircleColor=
        "#0044ff"
        app:preLineColor=
        "#333333"
        app:startedCircleColor=
        "#880000"
        app:startedLineColor=
        "#ff0000"
        app:textSize=
        "12sp"/>

Activity 添加

java    8行

TimeLineView mView=(TimeLineView) findViewById(R.id.timeLineView3); Listdata =
      new ArrayList<>(); data.add(
      "等候支付"); data.add(
      "等候商家接单"); data.add(
      "等候配送"); data.add(
      "等候送达"); mView.setPointStrings(data,
      2);

添加更多设置

java    13行

TimeLineView mView=(TimeLineView) findViewById(R.id.timeLineView3); mView.builder()
      .pointStrings(txts,
      1) .startedCircleColor(Color.BLUE) .underwayCircleColor(Color.BLUE)
      .preCircleColor(Color.GRAY) .startedLineColor(Color.BLUE) .preLineColor(Color.GRAY)
      .startedStringColor(Color.BLUE) .underwayStringColor(Color.BLUE) .preStringColor(Color.GRAY)
      .load();
      //开始绘制

方法/字段说明

本文地址:https://codercto.com/soft/d/9430.html

Viral Loop

Viral Loop

Adam L. Penenberg / Tantor Media / 2009-10-27 / USD 34.99

From Google to Facebook, a respected journalist delves into how a "viral loop" can make an online business a success.一起来看看 《Viral Loop》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器