adding some shadow at the video player to ensure readability with white bg
This commit is contained in:
parent
83881bfc06
commit
d7a52936b0
1 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/video_time_holder"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -54,6 +53,8 @@
|
|||
android:gravity="center_vertical"
|
||||
android:paddingLeft="@dimen/activity_margin"
|
||||
android:paddingRight="@dimen/activity_margin"
|
||||
android:shadowColor="@color/default_background_color"
|
||||
android:shadowRadius="2"
|
||||
android:textColor="@android:color/white"
|
||||
tools:text="00:00" />
|
||||
|
||||
|
@ -79,6 +80,8 @@
|
|||
android:gravity="center_vertical"
|
||||
android:paddingLeft="@dimen/activity_margin"
|
||||
android:paddingRight="@dimen/activity_margin"
|
||||
android:shadowColor="@color/default_background_color"
|
||||
android:shadowRadius="2"
|
||||
android:textColor="@android:color/white"
|
||||
tools:text="00:00" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue