aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/logo_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/logo_view.xml')
-rw-r--r--src/main/res/layout/logo_view.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/res/layout/logo_view.xml b/src/main/res/layout/logo_view.xml
new file mode 100644
index 00000000..e9cc24c7
--- /dev/null
+++ b/src/main/res/layout/logo_view.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <ImageView
+ android:id="@+id/logoViewAvatar"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:src="@drawable/ic_profile"
+ android:scaleType="center"
+ android:layout_marginLeft="10dip"
+ />
+</RelativeLayout> \ No newline at end of file