diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-05 23:06:15 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-05 23:06:15 -0700 |
commit | bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3 (patch) | |
tree | 296c9a2c9912879497d845ed3bf5e6daf53dec86 /app/src/main/res/layout/view_account.xml | |
parent | bb49bd9c9f4fe44426c9a576827ad6a96a3ebda4 (diff) | |
download | frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.gz frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.bz2 frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.zip |
test
Diffstat (limited to 'app/src/main/res/layout/view_account.xml')
-rw-r--r-- | app/src/main/res/layout/view_account.xml | 18 |
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 |