12 lines
553 B
XML
12 lines
553 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.huanchengfly.tieba.post.widgets.theme.TintAppBarLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
app:backgroundTint="@color/default_color_toolbar"
|
|
android:id="@+id/appbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:stateListAnimator="@animator/appbar_elevation">
|
|
|
|
<include layout="@layout/layout_new_toolbar" />
|
|
|
|
</com.huanchengfly.tieba.post.widgets.theme.TintAppBarLayout> |