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: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:visibility="visible"/>
|
tools:src="@drawable/ic_action_av_fast_rewind"
|
||||||
|
tools:visibility="visible" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue