This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Description
cant find library of waveform in gradle build.
<com.ringdroid.WaveformView------------------------>Not find this
android:id="@+id/waveform"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<com.ringdroid.MarkerView------------------------->same problem as above
android:id="@+id/startmarker"
android:nextFocusDown="@+id/endmarker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/marker_left"
android:contentDescription="@string/start_marker" />
<com.ringdroid.MarkerView------------------------->same problem as above
android:id="@+id/endmarker"
android:nextFocusUp="@+id/startmarker"
android:nextFocusDown="@+id/info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/marker_right"
android:contentDescription="@string/end_marker" />