Apply user information in drawer.

This commit is contained in:
Pierre HUBERT
2018-08-01 07:06:05 +02:00
parent 11e4cba9de
commit f0b9058894
4 changed files with 56 additions and 11 deletions

View File

@ -12,8 +12,8 @@
android:paddingTop="@dimen/activity_vertical_margin"
android:theme="@style/ThemeOverlay.AppCompat.Dark">
<ImageView
android:id="@+id/imageView"
<org.communiquons.android.comunic.client.ui.views.WebUserAccountImage
android:id="@+id/current_user_account_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/nav_header_desc"
@ -21,6 +21,7 @@
android:src="@drawable/default_account_image" />
<TextView
android:id="@+id/current_user_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/nav_header_vertical_spacing"