switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / layout / oi_distribution_infoactivity.xml
CommitLineData
27a4fda1 1<?xml version="1.0" encoding="utf-8"?>
2
3<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:id="@+id/background"
5 android:orientation="vertical"
6 android:layout_width="fill_parent"
7 android:layout_height="fill_parent"
8 android:padding="10dip" >
9
10 <TextView android:id="@+id/text"
11 android:text="@string/oi_distribution_info_activity_text"
12 android:layout_width="fill_parent"
13 android:layout_height="wrap_content"
14 android:textAppearance="?android:attr/textAppearanceMedium" />
15
16 <ListView android:id="@android:id/list"
17 android:layout_width="fill_parent"
18 android:layout_height="0dip"
19 android:layout_weight="1"
20 android:cacheColorHint="#00000000"
21 android:background="#00000000" />
22</LinearLayout>