From 2207df26da9dbc64ced6e18c9cdfc467a1191c60 Mon Sep 17 00:00:00 2001 From: Margaux Clerc Date: Thu, 14 Jan 2016 14:58:08 +0100 Subject: [PATCH] Fix size of notifcation and status menu --- res/layout/main.xml | 6 +++--- res/layout/status.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index 009d44392..ddf56d181 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -104,9 +104,9 @@ android:id="@+id/missed_calls" android:background="@drawable/history_chat_indicator" style="@style/font18" - android:layout_width="25dp" - android:layout_height="25dp" - android:layout_margin="12dp" + android:layout_width="20dp" + android:layout_height="20dp" + android:layout_margin="15dp" android:gravity="center" android:visibility="gone"/> diff --git a/res/layout/status.xml b/res/layout/status.xml index ac1180b55..625a7fc7a 100644 --- a/res/layout/status.xml +++ b/res/layout/status.xml @@ -16,7 +16,7 @@ android:src="@drawable/menu_burger" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="8dp" + android:padding="10dp" android:layout_centerInParent="true" android:layout_alignParentLeft="true"/>