diff options
author | lado <herrlado@gmail.com> | 2013-08-10 11:42:39 +0400 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-08-10 12:06:31 +0400 |
commit | b8c9e3c30511bb497b31d197d15cf49519854661 (patch) | |
tree | fb308a6735d8a952c0d6e3fa327f8ff17c191e0a /vdrmanager/res/layout-land/vdrmanager.xml | |
parent | c4ba2bc1e9e9e074d741915018eb8dac06d92822 (diff) | |
download | vdr-manager-b8c9e3c30511bb497b31d197d15cf49519854661.tar.gz vdr-manager-b8c9e3c30511bb497b31d197d15cf49519854661.tar.bz2 |
lint issues
Diffstat (limited to 'vdrmanager/res/layout-land/vdrmanager.xml')
-rw-r--r-- | vdrmanager/res/layout-land/vdrmanager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/res/layout-land/vdrmanager.xml b/vdrmanager/res/layout-land/vdrmanager.xml index 8f5b86e..22f777d 100644 --- a/vdrmanager/res/layout-land/vdrmanager.xml +++ b/vdrmanager/res/layout-land/vdrmanager.xml @@ -50,7 +50,7 @@ android:layout_height="wrap_content" android:orientation="horizontal"> <Button android:text="@string/action_menu_wakeup" - xmlns:android="http://schemas.android.com/apk/res/android" android:layout_weight="1" + android:layout_weight="1" android:padding="3dip" android:drawableTop="@drawable/btn_wakeup" android:layout_width="wrap_content" android:id="@+id/action_menu_wakeup" android:layout_height="wrap_content" |