BUG=2122 R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5273 4adac7df-926f-26a2-2b94-8c16560cd09d
17 lines
750 B
XML
17 lines
750 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:padding="3dip">
|
|
<TextView android:id="@+id/spinner_row"
|
|
android:layout_toRightOf="@+id/image"
|
|
android:padding="3dip"
|
|
android:layout_marginTop="2dip"
|
|
android:textColor="#FFF"
|
|
android:textStyle="bold"
|
|
android:text="description"
|
|
android:layout_marginLeft="5dip"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</RelativeLayout> |