更新:

1、增加体重支持小数点的选择方式的自定义View;

2、增加一个倾斜的TextView的自定义View实现;

3、增加一些辅助工具类

使用:

更新:

android:id="@+id/ruler_weight"

android:layout_width="match_parent"

android:layout_height="58dp"

android:layout_alignParentBottom="true" />

mWeightRulerView.setParam(DrawUtil.dip2px(10), DrawUtil.dip2px(32), DrawUtil.dip2px(24),

DrawUtil.dip2px(14), DrawUtil.dip2px(9), DrawUtil.dip2px(12));

mWeightRulerView.initViewParam(mWeight, 20.0f, 200.0f, 1);

mWeightRulerView.setValueChangeListener(new DecimalScaleRulerView.OnValueChangeListener() {

@Override

public void onValueChange(float value) {

mWeightValueTwo.setText(value + "kg");

mWeight = value;

}

});

android:layout_width="48dp"

android:layout_height="48dp"

app:slantedBackgroundColor="@color/colorPrimary"

app:slantedLength="28dp"

app:slantedMode="left"

app:slantedText="体重"

app:slantedTextColor="#ffffff"

app:slantedTextSize="14sp" />

android:id="@+id/scaleWheelView_height"

android:layout_width="match_parent"

android:layout_height="45dp"

android:layout_marginTop="36dp"

android:background="@android:color/white"

android:paddingLeft="30dp"

android:paddingRight="30dp" />

效果图如下:

f01a5b685db5af39a57b12d6367d8769.png

f680d3910112fa03debcd100e3ef83d9.png

bebbfa80570ce5acd113718c1e51388e.png

47baaaa988ed84d54af837e897fb01f4.png

3a6ec23f61db1d0594669e80a2654c68.png

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐