hm-lok

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

main.xml (955B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:layout_width="fill_parent" android:layout_height="wrap_content">
      4 	<LinearLayout android:orientation="vertical"
      5 		android:layout_width="fill_parent" android:layout_height="fill_parent">
      6 
      7 		<ImageView android:src="@drawable/hm_logo_tp"
      8 			android:padding="20sp" android:adjustViewBounds="true"
      9 			android:layout_height="wrap_content" android:scaleType="fitXY"
     10 			android:layout_width="fill_parent" />
     11 
     12 		<Button android:id="@+id/button_pvo" android:text="@string/pvo"
     13 			android:layout_width="fill_parent" android:layout_height="wrap_content"
     14 			style="@style/HMButton" android:layout_margin="20sp" />
     15 		<Button android:id="@+id/button_www" android:text="@string/website"
     16 			style="@style/HMButton" android:layout_width="fill_parent"
     17 			android:layout_height="wrap_content" android:layout_margin="20sp" />
     18 
     19 	</LinearLayout>
     20 
     21 </ScrollView>