Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
8
legacy/ui/base/src/main/res/layout/toolbar.xml
Normal file
8
legacy/ui/base/src/main/res/layout/toolbar.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Don't use a this layout when using a subtitle. See https://issuetracker.google.com/issues/135865267 -->
|
||||
<com.google.android.material.appbar.MaterialToolbar
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue