<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="#EEEFF0"
|
android:orientation="vertical"
|
android:paddingBottom="3dp"
|
android:paddingTop="3dp">
|
|
<TextView
|
android:id="@+id/txt_accountfind_username"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="8dp"
|
android:layout_marginLeft="14dp"
|
android:layout_marginTop="8dp"
|
android:text="Medium Text"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textColor="#2F2F31"
|
android:textSize="18sp"/>
|
|
<TextView
|
android:id="@+id/txt_accountfind_logintime"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="8dp"
|
android:layout_marginLeft="14dp"
|
android:layout_marginRight="14dp"
|
android:gravity="right"
|
android:text="Medium Text"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textColor="@android:color/darker_gray"
|
android:textSize="14sp"/>
|
|
</LinearLayout>
|