Initial commit.
[wl-mobile.git] / res / layout / catalogue_item_details.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7     
8         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
9             android:layout_width="fill_parent"
10             android:layout_height="wrap_content"
11             android:layout_marginLeft="10dp"
12             android:layout_marginRight="10sp"
13             android:paddingTop="10dp"
14             android:textSize="16sp"
15             android:textStyle="bold"
16             android:text="Miłosz Biedrzycki" >
17         </TextView>
18
19         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
20             android:layout_width="fill_parent"
21             android:layout_height="wrap_content"
22             android:layout_marginLeft="10dp"
23             android:layout_marginRight="10sp"
24             android:textSize="12sp"
25             android:text='Ur. 1967 rok w Koprze w Słowenii. Najważniejsze dzieła * (,,Gwiazdka", 1993), OO (,,Dwa groszki", 1994), Pył/Łyp (1997), Słońce na asfalcie (2003), 69 (2006), wygrzebane (2007), Sofostrofa i inne wiersze (2007). Jeden z czołowych poetów tzw. pokolenia brulionu. Publikował m.in. w »brulionie«, »Frondzie« i »Czasie kultury«. Wszystkie swoje wiersze udostępnia w sieci na autorskiej stronie. Tłumacz z języka słoweńskiego. Pseudonim: MLB.' >
26         </TextView>
27         
28         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
29             android:layout_width="fill_parent"
30             android:layout_height="wrap_content"
31             android:paddingTop="10dp"
32             android:paddingBottom="10dp"
33             android:layout_marginLeft="10dp"
34             android:layout_marginRight="10sp"       
35             android:textSize="16sp"
36             android:textStyle="bold"
37             android:text='Lista utworów:' >
38         </TextView>     
39         
40         <ListView 
41         android:id="@+id/catalogueBookListView"
42         android:layout_width="fill_parent"
43         android:layout_height="wrap_content"            
44     />
45         
46
47 </LinearLayout>