TiebaLite/app/src/main/res/layout/layout_new_appbar.xml

12 lines
553 B
XML
Raw Normal View History

2021-01-25 21:20:49 +08:00
<?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" />
2021-05-01 21:07:06 +08:00
2021-01-25 21:20:49 +08:00
</com.huanchengfly.tieba.post.widgets.theme.TintAppBarLayout>