我正在使用1.3.0。
代码按预期运行,但是为什么在布局编辑器中看不到对象?我已经尝试过RelativeLayout和ConstraintLayout。
当我使用库时,在布局编辑器中集成特定项目小部件的神奇之处是什么?
我尝试过清理项目,与gradle同步并构建。 缺少什么了吗?
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<com.github.anastr.speedviewlib.SpeedView
android:id="@+id/speedView"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />