mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Make the drawer prettier
This commit is contained in:
parent
f8bb106b83
commit
ae78930808
14 changed files with 162 additions and 490 deletions
8
app/src/main/res/layout/drawer_header.xml
Normal file
8
app/src/main/res/layout/drawer_header.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/pictureOfTheDay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="172dp"
|
||||
android:background="@android:color/darker_gray"
|
||||
android:padding="16dp"
|
||||
android:src="@drawable/commons_logo_large"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue