summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/vdrmanager.xml
blob: d4ca7db11752f08df376df9e13835ed14c6e6e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical">
    
  <ImageView
      android:id="@+id/main_logo"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:src="@drawable/vdr_logo"/>

<!--             
  <ListView
      android:id="@+id/vdrmanager_menu"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:layout_below="@id/main_logo"/>
-->            

  <GridView      
      android:id="@+id/vdrmanager_menu"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"
      android:layout_below="@id/main_logo"/>
      
</RelativeLayout>