2014-07-22 15:55:50 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-09-02 16:43:52 -07:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="horizontal"
|
2014-07-22 15:55:50 -07:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:paddingLeft="16dp"
|
|
|
|
android:paddingRight="16dp">
|
|
|
|
|
|
|
|
<TextView android:id="@android:id/text1"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-09-02 16:43:52 -07:00
|
|
|
android:layout_weight="1"
|
2014-07-22 15:55:50 -07:00
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
|
|
<TextView android:id="@android:id/text2"
|
|
|
|
android:layout_width="wrap_content"
|
2014-09-02 16:43:52 -07:00
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
</LinearLayout>
|