aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_account.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/view_account.xml')
-rw-r--r--app/src/main/res/layout/view_account.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/view_account.xml b/app/src/main/res/layout/view_account.xml
new file mode 100644
index 00000000..676b46d6
--- /dev/null
+++ b/app/src/main/res/layout/view_account.xml
@@ -0,0 +1,18 @@
+<?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"
+ android:padding="@dimen/activity_vertical_margin">
+
+ <ImageView
+ android:id="@+id/account_image"
+ android:layout_width="200dp"
+ android:layout_height="200dp" />
+
+ <android.support.v7.widget.AppCompatTextView
+ android:id="@+id/account_text"
+ android:layout_width="200dp"
+ android:layout_height="wrap_content"
+ android:maxLines="1" />
+</LinearLayout> \ No newline at end of file