mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add view binding dependency and example (#4681)
* Add view binding dependency and example * Add comments * Minor change in a comment
This commit is contained in:
parent
a9a2565ea3
commit
6da3c78d7d
3 changed files with 50 additions and 40 deletions
|
|
@ -9,7 +9,9 @@
|
|||
android:id="@+id/toolbarLayout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="?attr/actionBarSize">
|
||||
<include layout="@layout/toolbar"/>
|
||||
<include
|
||||
android:id="@+id/toolbarBinding"
|
||||
layout="@layout/toolbar"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue