summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-01-09 09:27:41 +0100
committerByteHamster <info@bytehamster.com>2018-01-09 09:27:41 +0100
commit8852afc70d8afb4c4c0e52397bbbbcdb04cd852b (patch)
tree680a63788bc12ce9c8f8b31bfd29819b74a348a2 /app/src/main
parent629ad7e8506c8b36fd8ad27c44ecf9a621d6a5c0 (diff)
downloadAntennaPod-8852afc70d8afb4c4c0e52397bbbbcdb04cd852b.zip
Centered seekBar
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/videoplayer_activity.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/videoplayer_activity.xml b/app/src/main/res/layout/videoplayer_activity.xml
index 2d0b0cf56..10fbf8f49 100644
--- a/app/src/main/res/layout/videoplayer_activity.xml
+++ b/app/src/main/res/layout/videoplayer_activity.xml
@@ -104,6 +104,7 @@
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/txtvLength"
android:layout_toRightOf="@+id/txtvPosition"
+ android:layout_centerInParent="true"
android:max="500" />
</RelativeLayout>