A bit of indentation/whitespace changes in the xml files.
[maemo-rb.git] / android / res / layout / keyboardinput.xml
blob215cde04f8381fb3fd5b3872b2243fb64199f428
1 <?xml version="1.0" encoding="utf-8"?>
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"> 
4         android:layout_width="fill_parent" 
5         android:layout_height="fill_parent"     
6         <EditText android:layout_height="wrap_content" 
7                 android:text="Some Text" 
8                 android:layout_width="fill_parent" 
9                 android:id="@+id/KbdInput">
10         </EditText>
11 </LinearLayout>