anastr / SpeedView

Dynamic Speedometer and Gauge for Android. amazing, powerful, and multi shape :zap:
Apache License 2.0
1.28k stars 321 forks source link

TubeSpeedometer sv_withEffects3D not Available #208

Closed hendy79 closed 3 years ago

hendy79 commented 3 years ago

Im using TubeSpeedometer, but the sv_withEffects3D method is not available.

Below is my code <com.github.anastr.speedviewlib.TubeSpeedometer android:id="@+id/speedometer_fancy" android:background="@drawable/speed_fancy_padding" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="2" app:sv_withEffects3D="true" />

Error: AAPT: error: attribute sv_withEffects3D not found.

I have tried to access method from Android Studio Kotlin too but it isnt showing.

anastr commented 3 years ago

This option's been removed since V1.5.0 1cf2ca6. It must be removed from the documentation as well.