X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/d68b32465328dafb0cd30d8104ef8a3a05ef7bde..b9eaffd:/res/layout/media_control.xml?ds=sidebyside
diff --git a/res/layout/media_control.xml b/res/layout/media_control.xml
index 69d27c66..f308edca 100644
--- a/res/layout/media_control.xml
+++ b/res/layout/media_control.xml
@@ -5,9 +5,8 @@
Copyright (C) 2012-2013 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 2 of the License, or
- (at your option) any later version.
+ it under the terms of the GNU General Public License version 2,
+ as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -28,16 +27,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
- android:paddingTop="4dip"
+ android:paddingTop="4dp"
android:orientation="horizontal"
>
-
-
@@ -69,33 +58,33 @@
android:id="@+id/currentTimeText"
android:textSize="14sp"
android:textStyle="bold"
- android:paddingTop="4dip"
- android:paddingStart="4dip"
+ android:paddingTop="4dp"
+ android:paddingStart="4dp"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingEnd="4dip"
+ android:paddingEnd="4dp"
android:text="@string/placeholder_media_time"
/>