From d280604f1fe2ce9a5a8d85dff0c6f55eeb4c7f09 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Sat, 7 Jan 2017 11:02:18 -0800 Subject: [PATCH] Fix compileSdk 25 problems with GIF search For #5965 // FREEBIE --- res/layout/contact_selection_activity.xml | 3 ++- .../securesms/components/ContactFilterToolbar.java | 2 +- .../thoughtcrime/securesms/giph/ui/GiphyActivityToolbar.java | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/res/layout/contact_selection_activity.xml b/res/layout/contact_selection_activity.xml index 709f7b65e6..25883ed2af 100644 --- a/res/layout/contact_selection_activity.xml +++ b/res/layout/contact_selection_activity.xml @@ -12,7 +12,8 @@ android:layout_width="match_parent" android:minHeight="?attr/actionBarSize" android:background="?attr/colorPrimary" - android:theme="?attr/actionBarStyle"/> + android:theme="?attr/actionBarStyle" + app:contentInsetStartWithNavigation="0dp"/>