2014-01-12 21:33:37 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
2014-02-09 21:17:30 +01:00
|
|
|
android:layout_height="wrap_content"
|
2014-01-12 21:33:37 +01:00
|
|
|
android:orientation="vertical"
|
2014-02-09 21:17:30 +01:00
|
|
|
android:paddingRight="3dip"
|
|
|
|
|
android:singleLine="true">
|
2014-01-12 21:33:37 +01:00
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/userId"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-07 22:12:58 +02:00
|
|
|
android:text="@string/user_id"
|
2014-01-12 21:33:37 +01:00
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|