mirror of
https://github.com/TeamNewPipe/NewPipe/
synced 2025-01-31 11:04:55 +01:00
Add background to fast rewind icon, change android:src to tools:src
-White icon was barely visible on bright backgrounds -Secondly, drawable is set programmatically anyway and so it's setting in XML is good just for a confusion
This commit is contained in:
parent
bf05ff6048
commit
a469086915
@ -471,10 +471,11 @@
|
||||
android:id="@+id/controlAnimationView"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="100dp"
|
||||
android:src="@drawable/ic_action_av_fast_rewind"
|
||||
android:background="@drawable/background_oval_black_transparent"
|
||||
android:visibility="gone"
|
||||
tools:ignore="ContentDescription"
|
||||
tools:visibility="visible"/>
|
||||
tools:src="@drawable/ic_action_av_fast_rewind"
|
||||
tools:visibility="visible" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user