feat: 优化

pull/264/head
gedoor 5 years ago
parent 23e84678db
commit 41817eee34
  1. 1
      app/src/main/res/layout/view_title_bar.xml
  2. 4
      app/src/main/res/values/styles.xml

@ -5,4 +5,5 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:theme="?attr/actionBarStyle" android:theme="?attr/actionBarStyle"
app:titleTextAppearance="@style/ToolbarTitle"
app:popupTheme="@style/AppTheme.PopupOverlay"/> app:popupTheme="@style/AppTheme.PopupOverlay"/>

@ -81,6 +81,10 @@
<item name="android:windowAnimationStyle">@null</item> <item name="android:windowAnimationStyle">@null</item>
</style> </style>
<style name="ToolbarTitle" parent="@style/TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textSize">20sp</item>
</style>
//**************************************************************Widget //**************************************************************Widget
Style******************************************************************************// Style******************************************************************************//

Loading…
Cancel
Save