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
19 lines
693 B
XML
19 lines
693 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:layout_toRightOf="@+id/image"
|
|
android:padding="3dip"
|
|
android:layout_marginTop="2dip"
|
|
android:textColor="#000"
|
|
android:textStyle="bold"
|
|
android:id="@+id/spinner_row"
|
|
android:text="description"
|
|
android:layout_marginLeft="5dip"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</RelativeLayout>
|