Use view binding in SettingsActivity.
This commit is contained in:
parent
2c5d9ee1a9
commit
1e8b014e7c
2 changed files with 9 additions and 5 deletions
|
|
@ -12,6 +12,8 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="?attr/actionBarSize" />
|
||||
|
||||
<include layout="@layout/toolbar_layout" />
|
||||
<include
|
||||
layout="@layout/toolbar_layout"
|
||||
android:id="@+id/toolbar_layout"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue