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"

View file

@ -95,7 +95,7 @@ public class ContactFilterToolbar extends Toolbar {
});
setLogo(null);
setContentInsetStartWithNavigation(0);
expandTapArea(toggleContainer, dialpadToggle);
}

View file

@ -112,6 +112,9 @@ public class GiphyActivityToolbar extends Toolbar {
}
});
setLogo(null);
setNavigationIcon(null);
setContentInsetStartWithNavigation(0);
expandTapArea(this, action);
expandTapArea(toggleContainer, gridToggle);
}