summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-15 02:55:21 +0200
committerlado <herrlado@gmail.com>2011-10-15 02:55:21 +0200
commit717d4436560a53928b7efef65815a21b36ca1324 (patch)
tree3ac54ec04bf877084f7ea8db49102c328798afd7 /vdrmanager
parent5776e7386dccae69fb364c699215083d95e3a578 (diff)
downloadvdr-manager-717d4436560a53928b7efef65815a21b36ca1324.tar.gz
vdr-manager-717d4436560a53928b7efef65815a21b36ca1324.tar.bz2
larger icons
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/res/layout/vdrmanager.xml41
1 files changed, 24 insertions, 17 deletions
diff --git a/vdrmanager/res/layout/vdrmanager.xml b/vdrmanager/res/layout/vdrmanager.xml
index b868f38..0857771 100644
--- a/vdrmanager/res/layout/vdrmanager.xml
+++ b/vdrmanager/res/layout/vdrmanager.xml
@@ -4,13 +4,13 @@
android:orientation="vertical" android:padding="10dip">
<ImageView android:id="@+id/main_logo" android:layout_width="fill_parent"
- android:layout_height="150dip" android:src="@drawable/vdr_logo" android:paddingBottom="10dip" />
+ android:layout_height="80dip" android:src="@drawable/vdr_logo" android:padding="10dip" />
<!-- <ListView android:id="@+id/vdrmanager_menu" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_below="@id/main_logo"/> -->
<LinearLayout android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:orientation="horizontal" android:padding="5dip">
+ android:layout_height="wrap_content" android:orientation="horizontal" android:padding="10dip">
<Button android:text="@string/action_menu_channels"
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawableTop="@drawable/btn_channels" android:layout_width="wrap_content"
@@ -18,20 +18,33 @@
android:textColor="#FFF" android:layout_weight="1"
android:cacheColorHint="?android:attr/colorBackground"
android:background="@android:drawable/list_selector_background"/>
+
+ <Button android:text="@string/action_menu_epg"
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawableTop="@drawable/btn_epglist" android:layout_width="wrap_content"
+ android:id="@+id/action_menu_epg" android:layout_height="wrap_content"
+ android:textAppearance="?android:textAppearanceSmall" android:layout_weight="1"
+ android:cacheColorHint="?android:attr/colorBackground"
+ android:background="@android:drawable/list_selector_background"
+ android:textColor="#FFF" />
-
+ </LinearLayout>
+
+ <LinearLayout android:layout_width="fill_parent" android:padding="10dip"
+ android:layout_height="wrap_content" android:orientation="horizontal">
+
<Button android:text="@string/action_menu_recordings"
- xmlns:android="http://schemas.android.com/apk/res/android" android:padding="5dip"
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:drawableTop="@drawable/btn_recordings" android:layout_width="wrap_content"
android:id="@+id/action_menu_recordings" android:layout_height="wrap_content"
android:textAppearance="?android:textAppearanceSmall" android:layout_weight="1"
android:cacheColorHint="?android:attr/colorBackground"
android:background="@android:drawable/list_selector_background"
- android:textColor="#FFF"
+ android:textColor="#FFF"
/>
<Button android:text="@string/action_menu_timers"
- xmlns:android="http://schemas.android.com/apk/res/android" android:padding="5dip"
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:drawableTop="@drawable/btn_timer" android:layout_width="wrap_content"
android:id="@+id/action_menu_timers" android:layout_height="wrap_content"
android:textAppearance="?android:textAppearanceSmall" android:layout_weight="1"
@@ -39,17 +52,11 @@
android:background="@android:drawable/list_selector_background"
android:textColor="#FFF" />
</LinearLayout>
- <LinearLayout android:layout_width="fill_parent"
+
+ <LinearLayout android:layout_width="fill_parent" android:padding="10dip"
android:layout_height="wrap_content" android:orientation="horizontal">
- <Button android:text="@string/action_menu_epg"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:drawableTop="@drawable/btn_epglist" android:layout_width="wrap_content"
- android:id="@+id/action_menu_epg" android:layout_height="wrap_content"
- android:textAppearance="?android:textAppearanceSmall" android:layout_weight="1"
- android:cacheColorHint="?android:attr/colorBackground"
- android:padding="5dip"
- android:background="@android:drawable/list_selector_background"
- android:textColor="#FFF" />
+
+
<Button android:text="@string/action_menu_search"
xmlns:android="http://schemas.android.com/apk/res/android"
@@ -58,7 +65,7 @@
android:textAppearance="?android:textAppearanceSmall" android:layout_weight="1"
android:cacheColorHint="?android:attr/colorBackground"
android:background="@android:drawable/list_selector_background"
- android:padding="5dip"
+
android:textColor="#FFF" />
<Button android:text="@string/action_menu_wakeup"