nilupeng
2022-08-11 5479c528b0ce8f210ef71898a026f662f4275f08
app/src/main/res/values/styles.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
    <declare-styleable name="TitleBarView">
        <attr name="leftDrawable" format="reference"/>
@@ -67,6 +67,7 @@
    </style>
    <style name="titlebar">
        <item name="android:id" tools:ignore="AaptCrash">@+id/title_bar</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">?attr/actionBarSize</item>
        <item name="android:background">@color/white</item>