mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Standardize includes of toolbar (#2646)
This commit is contained in:
parent
adf23c257f
commit
fd6c4821aa
13 changed files with 17 additions and 70 deletions
|
|
@ -15,12 +15,8 @@
|
|||
android:layout_height="wrap_content">
|
||||
|
||||
<!-- Toolbar for viewing media -->
|
||||
<include
|
||||
android:visibility="gone"
|
||||
android:id="@+id/toolbar"
|
||||
layout="@layout/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
<include layout="@layout/toolbar"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!--Toolbar containing search bar -->
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue