mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-02 14:35:21 +00:00
parent
7817e38e5f
commit
d280604f1f
@ -12,7 +12,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:minHeight="?attr/actionBarSize"
|
android:minHeight="?attr/actionBarSize"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
android:theme="?attr/actionBarStyle"/>
|
android:theme="?attr/actionBarStyle"
|
||||||
|
app:contentInsetStartWithNavigation="0dp"/>
|
||||||
|
|
||||||
<fragment android:id="@+id/contact_selection_list_fragment"
|
<fragment android:id="@+id/contact_selection_list_fragment"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -95,7 +95,7 @@ public class ContactFilterToolbar extends Toolbar {
|
|||||||
});
|
});
|
||||||
|
|
||||||
setLogo(null);
|
setLogo(null);
|
||||||
|
setContentInsetStartWithNavigation(0);
|
||||||
expandTapArea(toggleContainer, dialpadToggle);
|
expandTapArea(toggleContainer, dialpadToggle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,6 +112,9 @@ public class GiphyActivityToolbar extends Toolbar {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
setLogo(null);
|
||||||
|
setNavigationIcon(null);
|
||||||
|
setContentInsetStartWithNavigation(0);
|
||||||
expandTapArea(this, action);
|
expandTapArea(this, action);
|
||||||
expandTapArea(toggleContainer, gridToggle);
|
expandTapArea(toggleContainer, gridToggle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user