mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Fixing toolbar height on old APIs
This commit is contained in:
parent
23ffc8c653
commit
97039cf337
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
<item name="android:listViewStyle">@style/Widget.Syncthing.ListView</item>
|
||||
<item name="android:listDivider">@drawable/list_divider_inset</item>
|
||||
<item name="drawerArrowStyle">@style/Widget.Syncthing.DrawerArrowToggle</item>
|
||||
|
||||
<item name="android:actionBarSize">@dimen/abc_action_bar_default_height_material</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Syncthing" parent="Theme.Syncthing.Base"/>
|
||||
|
|
Loading…
Reference in a new issue