From 4e8da73745002b23f5a3e399efd55a7f2eba667b Mon Sep 17 00:00:00 2001 From: Margaux Clerc Date: Thu, 3 Mar 2016 17:17:25 +0100 Subject: [PATCH] Fix views landscape --- res/layout-land/launch_screen.xml | 10 +++++----- res/layout-sw533dp-land/main.xml | 26 ++++++++++++++++---------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/res/layout-land/launch_screen.xml b/res/layout-land/launch_screen.xml index 73f2dff52..df3c72964 100644 --- a/res/layout-land/launch_screen.xml +++ b/res/layout-land/launch_screen.xml @@ -5,10 +5,10 @@ android:layout_height="match_parent"> - + android:layout_marginRight="5dp" + android:visibility="gone" + android:layout_centerVertical="true" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true"/> @@ -206,11 +209,14 @@ android:id="@+id/missed_chats" 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:gravity="center" - android:visibility="gone" /> + android:layout_marginRight="5dp" + android:visibility="gone" + android:layout_centerVertical="true" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true"/>