TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/915006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2963 4adac7df-926f-26a2-2b94-8c16560cd09d
74 lines
2.4 KiB
XML
74 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent" android:orientation="vertical"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textStyle="bold"
|
|
android:textSize="24dip"
|
|
android:text="@string/vSettings">
|
|
</TextView>
|
|
|
|
<TextView android:id="@+id/TextView03"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
</TextView>
|
|
|
|
<TextView android:id="@+id/TextView01"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:text="@string/codecType">
|
|
</TextView>
|
|
<Spinner android:layout_height="wrap_content"
|
|
android:layout_width="fill_parent"
|
|
android:id="@+id/spCodecType">
|
|
</Spinner>
|
|
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/tvCodecSize"
|
|
android:text="@string/codecSize">
|
|
</TextView>
|
|
<Spinner android:layout_height="wrap_content"
|
|
android:layout_width="fill_parent"
|
|
android:id="@+id/spCodecSize">
|
|
</Spinner>
|
|
|
|
<LinearLayout android:id="@+id/LinearLayout02"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="fill_parent">
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/vTxPort">
|
|
</TextView>
|
|
<EditText android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:id="@+id/etVTxPort" >
|
|
</EditText>
|
|
<TextView android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/vRxPort">
|
|
</TextView>
|
|
<EditText android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:id="@+id/etVRxPort" >
|
|
</EditText>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout android:id="@+id/LinearLayout03"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="fill_parent">
|
|
<CheckBox android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/cbNack"
|
|
android:text="@string/nack">
|
|
</CheckBox>
|
|
<CheckBox android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/cbVideoRTPDump"
|
|
android:text="@string/rtpdump">
|
|
</CheckBox>
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|