anastr问题-为什么speedView不显示在工作室布局编辑器中?

时间:2018-09-22 04:59:44

标签: android android-layout android-studio

我正在使用1.3.0。

代码按预期运行,但是为什么在布局编辑器中看不到对象?我已经尝试过RelativeLayout和ConstraintLayout。

当我使用库时,在布局编辑器中集成特定项目小部件的神奇之处是什么?

我尝试过清理项目,与gradle同步并构建。 缺少什么了吗?

enter image description here

<?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" />

1 个答案:

答案 0 :(得分:0)

这是一个较旧的错误,已在接下来的几个版本中修复,请仍然将此问题移至latest release