X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/c3ca5b5a4fda44999f215a3559921a4781f310f8..b9eaffd:/res/layout/media_control.xml diff --git a/res/layout/media_control.xml b/res/layout/media_control.xml index 070ae8c7..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,7 +27,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" - android:paddingTop="4dip" + android:paddingTop="4dp" android:orientation="horizontal" > @@ -59,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" />