You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
706 B
XML
22 lines
706 B
XML
|
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
|
||
|
|
|
||
|
|
<com.rehome.dywoa.weiget.AutoToolbar
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
android:id="@+id/toolbar_yx"
|
||
|
|
style="@style/toolbarTheme"
|
||
|
|
app:titleTextColor="#FFFFFF">
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/title_yx"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_centerInParent="true"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:textColor="#ffffff"
|
||
|
|
android:textSize="@dimen/px_35"
|
||
|
|
android:textStyle="bold"/>
|
||
|
|
|
||
|
|
</com.rehome.dywoa.weiget.AutoToolbar>
|