Fix compileSdk 25 problems with GIF search

For #5965
// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-01-07 11:02:18 -08:00
parent 7817e38e5f
commit d280604f1f
3 changed files with 6 additions and 2 deletions

View File

@@ -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"/>
<fragment android:id="@+id/contact_selection_list_fragment"
android:layout_width="match_parent"