Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2007 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7   
      8           http://www.apache.org/licenses/LICENSE-2.0
      9   
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     18     android:orientation="horizontal"
     19     android:layout_width="match_parent" 
     20     android:layout_height="match_parent">
     21     
     22     <ListView android:id="@android:id/list"
     23         android:layout_width="0dip" 
     24         android:layout_weight="1"
     25         android:layout_height="match_parent"
     26         android:drawSelectorOnTop="false"/>
     27         
     28     <LinearLayout
     29         android:orientation="vertical"
     30         android:layout_width="wrap_content" 
     31         android:layout_height="match_parent">
     32         <Button
     33             android:layout_width="wrap_content"
     34             android:layout_height="wrap_content"
     35             android:text="@string/side_button_label" />  
     36         <Button
     37             android:layout_width="wrap_content"
     38             android:layout_height="wrap_content"
     39             android:text="@string/side_button_label" />  
     40          <Button
     41             android:layout_width="wrap_content"
     42             android:layout_height="wrap_content"
     43             android:text="@string/side_button_label" />  
     44         <Button
     45             android:layout_width="wrap_content"
     46             android:layout_height="wrap_content"
     47             android:text="@string/side_button_label" />  
     48          <Button
     49             android:layout_width="wrap_content"
     50             android:layout_height="wrap_content"
     51             android:text="@string/side_button_label" />  
     52         <Button
     53             android:layout_width="wrap_content"
     54             android:layout_height="wrap_content"
     55             android:text="@string/side_button_label" />  
     56          <Button
     57             android:layout_width="wrap_content"
     58             android:layout_height="wrap_content"
     59             android:text="@string/side_button_label" />  
     60         <Button
     61             android:layout_width="wrap_content"
     62             android:layout_height="wrap_content"
     63             android:text="@string/side_button_label" />  
     64          <Button
     65             android:layout_width="wrap_content"
     66             android:layout_height="wrap_content"
     67             android:text="@string/side_button_label" />  
     68         <Button
     69             android:layout_width="wrap_content"
     70             android:layout_height="wrap_content"
     71             android:text="@string/side_button_label" />  
     72         <Button
     73             android:layout_width="wrap_content"
     74             android:layout_height="wrap_content"
     75             android:text="@string/side_button_label" />  
     76         <Button
     77             android:layout_width="wrap_content"
     78             android:layout_height="wrap_content"
     79             android:text="@string/side_button_label" />  
     80          <Button
     81             android:layout_width="wrap_content"
     82             android:layout_height="wrap_content"
     83             android:text="@string/side_button_label" />  
     84         <Button
     85             android:layout_width="wrap_content"
     86             android:layout_height="wrap_content"
     87             android:text="@string/side_button_label" />  
     88          <Button
     89             android:layout_width="wrap_content"
     90             android:layout_height="wrap_content"
     91             android:text="@string/side_button_label" />  
     92         <Button
     93             android:layout_width="wrap_content"
     94             android:layout_height="wrap_content"
     95             android:text="@string/side_button_label" />  
     96          <Button
     97             android:layout_width="wrap_content"
     98             android:layout_height="wrap_content"
     99             android:text="@string/side_button_label" />  
    100         <Button
    101             android:layout_width="wrap_content"
    102             android:layout_height="wrap_content"
    103             android:text="@string/side_button_label" />  
    104          <Button
    105             android:layout_width="wrap_content"
    106             android:layout_height="wrap_content"
    107             android:text="@string/side_button_label" />  
    108         <Button
    109             android:layout_width="wrap_content"
    110             android:layout_height="wrap_content"
    111             android:text="@string/side_button_label" />
    112     </LinearLayout>
    113 </LinearLayout>
    114