diff options
author | lado <herrlado@gmail.com> | 2013-03-04 00:22:21 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-03-04 00:22:21 +0100 |
commit | 4c901ca579e1c9edc502100cb3c60a4710f18bf9 (patch) | |
tree | 537a7a21ad8dd51282efb4529523b5ee524de0d2 /vdrmanager/res/layout/time_epg_list.xml | |
parent | 4c6dd2d09e989441238d6e179e4cd9c0ed7d418d (diff) | |
download | vdr-manager-4c901ca579e1c9edc502100cb3c60a4710f18bf9.tar.gz vdr-manager-4c901ca579e1c9edc502100cb3c60a4710f18bf9.tar.bz2 |
refactoring
Diffstat (limited to 'vdrmanager/res/layout/time_epg_list.xml')
-rw-r--r-- | vdrmanager/res/layout/time_epg_list.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vdrmanager/res/layout/time_epg_list.xml b/vdrmanager/res/layout/time_epg_list.xml index e7c0322..3274adb 100644 --- a/vdrmanager/res/layout/time_epg_list.xml +++ b/vdrmanager/res/layout/time_epg_list.xml @@ -26,9 +26,9 @@ <ImageView android:id="@+id/epg_list_times" style="?android:attr/buttonStyleSmall" - android:layout_centerHorizontal="true" android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_height="match_parent" + android:layout_centerHorizontal="true" android:layout_gravity="center_horizontal" android:background="@android:drawable/list_selector_background" android:clickable="true" @@ -46,7 +46,7 @@ android:id="@+id/switch_epg_view" style="?android:attr/buttonStyleSmall" android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:layout_centerHorizontal="true" android:layout_gravity="center_horizontal" android:background="@android:drawable/list_selector_background" |