13 lines
No EOL
487 B
XML
13 lines
No EOL
487 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<View
|
|
android:id="@+id/toolbar_shadow_shim"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="4dp"
|
|
android:background="@drawable/material_drawer_shadow_bottom"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
app:layout_collapseMode="pin" />
|
|
|
|
</merge> |