mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-19 08:14:54 +00: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,9 +471,10 @@
|
|||||||
android:id="@+id/controlAnimationView"
|
android:id="@+id/controlAnimationView"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="100dp"
|
android:layout_height="100dp"
|
||||||
android:src="@drawable/ic_action_av_fast_rewind"
|
android:background="@drawable/background_oval_black_transparent"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:ignore="ContentDescription"
|
tools:ignore="ContentDescription"
|
||||||
|
tools:src="@drawable/ic_action_av_fast_rewind"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user