res/layout/jingle_call_activity.xml
changeset 458 a57f61c382e0
parent 387 055bfaf224ce
child 597 aa75a44fdffe
equal deleted inserted replaced
456:a742b3208242 458:a57f61c382e0
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:layout_width="wrap_content" android:layout_height="wrap_content"
     3 	android:layout_width="fill_parent" android:layout_height="wrap_content"
     4 	android:orientation="vertical">
     4 	android:orientation="vertical">
     5 	<TextView android:text="Jid:" android:id="@+id/jingledemocalljidlabel"
     5 	<TextView android:text="Jid:" android:id="@+id/jingledemocalljidlabel"
     6 		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
     6 		android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
     7 	<EditText android:id="@+id/jingledemocalljid"
     7 	<EditText android:id="@+id/jingledemocalljid"
     8 		android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>
     8 		android:layout_width="fill_parent" android:layout_height="wrap_content"></EditText>