summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/videoplayer_activity.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-12-08 19:01:46 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-12-08 19:01:46 +0100
commit43243c1b70b6cae7f7ce3105e171afa6f9982144 (patch)
treec3e873c60b2b9990cdf47c9b4e5fca9ba70a0557 /app/src/main/res/layout/videoplayer_activity.xml
parent75194887e7788fd2a0f4ce97e6ce77de53b8674a (diff)
downloadAntennaPod-43243c1b70b6cae7f7ce3105e171afa6f9982144.zip
Video overlay was hidden in some cases
Diffstat (limited to 'app/src/main/res/layout/videoplayer_activity.xml')
-rw-r--r--app/src/main/res/layout/videoplayer_activity.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/layout/videoplayer_activity.xml b/app/src/main/res/layout/videoplayer_activity.xml
index 4dfab0479..766cd6e04 100644
--- a/app/src/main/res/layout/videoplayer_activity.xml
+++ b/app/src/main/res/layout/videoplayer_activity.xml
@@ -33,14 +33,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
- android:background="#80000000"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/timecontrol"
android:layout_width="match_parent"
android:layout_height="50dp"
- android:layout_marginBottom="4dp"
+ android:background="#80000000"
android:paddingTop="8dp">
<TextView
@@ -67,7 +66,6 @@
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="4dp"
- android:paddingRight="@dimen/navigation_bar_width"
android:text="@string/position_default_label"
android:textColor="@color/white"
android:textStyle="bold" />