| <?xml version="1.0" encoding="utf-8"?> |
| <merge xmlns:android="http://schemas.android.com/apk/res/android"> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:layout_marginBottom="8dp" |
| android:layout_marginLeft="24dp" |
| android:layout_marginRight="24dp" |
| android:layout_marginTop="8dp" |
| android:orientation="horizontal"> |
| |
| <TextView |
| android:id="@+id/leftTextView" |
| android:layout_width="0dp" |
| android:layout_height="wrap_content" |
| android:layout_weight="1" |
| android:textSize="12sp"/> |
| |
| <TextView |
| android:id="@+id/rightTextView" |
| android:layout_width="0dp" |
| android:layout_height="wrap_content" |
| android:layout_weight="1" |
| android:textSize="12sp"/> |
| </LinearLayout> |
| |
| <View |
| android:layout_width="match_parent" |
| android:layout_height="@dimen/divider_height" |
| android:layout_gravity="bottom" |
| android:layout_marginLeft="24dp" |
| android:layout_marginRight="24dp" |
| android:background="@color/divider"/> |
| </merge> |