Я использую 1.3.0.
Код работает так, как ожидалось, но почему я не вижу объект в редакторе макета?Я пробовал с RelativeLayout и ConstraintLayout.
Когда я использую библиотеку, что такое магия для интеграции определенного виджета проекта в редактор макетов?
Я пробовал чистый проект, синхронизируясь свозделывать и строить.Чего не хватает?
![enter image description here](https://i.stack.imgur.com/J41vQ.png)
<?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" />