mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Use full width of drawer for logo
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
afbd744227
commit
5e46b835d0
2 changed files with 32 additions and 28 deletions
File diff suppressed because one or more lines are too long
|
@ -26,7 +26,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/drawer_header_logo"
|
||||
android:layout_width="@dimen/drawer_header_logo_width"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="@dimen/standard_margin"
|
||||
android:contentDescription="@string/empty"
|
||||
|
|
Loading…
Reference in a new issue