Fixed progress bar being highlighted on touch (#4511)

Signed-off-by: Darrell <mediumgeek@gmail.com>
This commit is contained in:
Darrell 2020-10-07 18:58:19 +01:00 committed by ByteHamster
parent e1ff4c8763
commit 3e771c664f

View File

@ -67,7 +67,8 @@
android:max="500"
tools:progress="100"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp" />
android:layout_marginRight="8dp"
android:clickable="true"/>
<RelativeLayout
android:layout_width="match_parent"