summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_drawer_main.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-09-08 20:19:02 +0200
committercyBerta <cyberta@riseup.net>2018-09-08 20:19:02 +0200
commit80b04ba633303d33207ca9438ee6933915036e84 (patch)
treefee85ab76b8b9b86d213378f697e78bd1f59b19a /app/src/main/res/layout/f_drawer_main.xml
parent25f822e35f6f1f34a430f836d0883c19998b9452 (diff)
custom theme for riseup vpn
Diffstat (limited to 'app/src/main/res/layout/f_drawer_main.xml')
-rw-r--r--app/src/main/res/layout/f_drawer_main.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml
index 549b4b6a..b04d7b87 100644
--- a/app/src/main/res/layout/f_drawer_main.xml
+++ b/app/src/main/res/layout/f_drawer_main.xml
@@ -11,7 +11,7 @@
<FrameLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="150dp">
<android.support.v7.widget.AppCompatImageView
android:id="@+id/background"
@@ -23,10 +23,11 @@
app:srcCompat="@drawable/background_drawer" />
<android.support.v7.widget.AppCompatImageView
- android:id="@+id/mask"
+ android:id="@+id/foreground"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:srcCompat="@drawable/logo" />
+ android:layout_height="match_parent"
+ android:scaleType="centerInside"
+ app:srcCompat="@drawable/drawer_logo" />
</FrameLayout>
<RelativeLayout
android:layout_width="match_parent"