aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-09 19:59:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-09 19:59:26 +0100
commit9c160ac939ea20d4ed77acf8bc75cd9f60e82bb8 (patch)
treeb87b45731409cd223ac4bbc8574d9bd522718198 /app/src/main/res/layout/nav_header_main.xml
parentb39914ed445bdde1a0204b2cbf883f23a5132832 (diff)
downloadwallet-android-9c160ac939ea20d4ed77acf8bc75cd9f60e82bb8.tar.gz
wallet-android-9c160ac939ea20d4ed77acf8bc75cd9f60e82bb8.tar.bz2
wallet-android-9c160ac939ea20d4ed77acf8bc75cd9f60e82bb8.zip
tos / branding
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
-rw-r--r--app/src/main/res/layout/nav_header_main.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml
index 92ca611..8f4f926 100644
--- a/app/src/main/res/layout/nav_header_main.xml
+++ b/app/src/main/res/layout/nav_header_main.xml
@@ -14,12 +14,13 @@
android:gravity="bottom">
<ImageView
+ android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingTop="@dimen/nav_header_vertical_spacing"
- app:srcCompat="@mipmap/ic_launcher_round"
+ android:adjustViewBounds="false"
android:contentDescription="@string/nav_header_desc"
- android:id="@+id/imageView"/>
+ android:paddingTop="@dimen/nav_header_vertical_spacing"
+ app:srcCompat="@mipmap/ic_launcher_round" />
<TextView
android:layout_width="match_parent"