android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/android-ibc-forum.git
Log | Files | Refs

newsdetail.xml (771B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:orientation="vertical" android:layout_width="fill_parent"
      4 	android:layout_height="fill_parent" android:paddingLeft="4dp"
      5 	android:paddingRight="4dp" style="@style/site">
      6 
      7 	<LinearLayout android:orientation="vertical"
      8 		android:layout_width="fill_parent" android:layout_height="fill_parent"
      9 		style="?textbox">
     10 
     11 		<TextView android:layout_width="wrap_content"
     12 			android:layout_height="wrap_content" android:id="@+id/item_date"
     13 			style="?normalText"></TextView>
     14 
     15 		<TextView android:layout_width="wrap_content"
     16 			android:layout_height="wrap_content" android:id="@+id/item_description"
     17 			style="?normalText"></TextView>
     18 	</LinearLayout>
     19 </ScrollView>