aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/logo_view.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-04-06 20:08:31 +0200
committersteckbrief <steckbrief@chefmail.de>2016-04-06 20:08:31 +0200
commit58572ba858835437011d2f450bd90fb93455b5c9 (patch)
treea134d01a5202f7d457b38840640d4823b188d329 /src/main/res/layout/logo_view.xml
parent1e1f7f419ecbe9db44acb84fd06c7b889d1af475 (diff)
basic overlay for avatar as 'logo' added to action bar
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