Change-Id: Icea95702018f18d0380ce30b512f94e64975ca3f Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
22 lines
687 B
XML
22 lines
687 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<TextView
|
|
android:id="@+id/TextView01"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20dip"
|
|
android:textColor="#000000"/>
|
|
<TextView
|
|
android:id="@+id/TextView02"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20dip"
|
|
android:textColor="#000000"
|
|
android:layout_gravity="right"
|
|
android:paddingRight="10dip"
|
|
/>
|
|
</LinearLayout> |