Changed ATETextView from MaterialTextView

This commit is contained in:
h4h13 2019-09-29 07:40:25 +05:30
parent 2be114da11
commit b1c0f70f61
28 changed files with 152 additions and 135 deletions

View file

@ -26,7 +26,8 @@
android:layout_weight="1"
android:maxHeight="2dp"
android:progressDrawable="@drawable/color_progress_seek"
tools:progress="20" />
tools:progress="20"
tools:progressTint="?colorControlNormal" />
<androidx.appcompat.widget.AppCompatImageView