mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31:16 +00:00
Fixed toolbar alignment on pre-Lollipop.
This commit is contained in:
parent
d54e1aa47c
commit
6a05def230
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?android:actionBarSize"
|
||||
android:minHeight="?android:actionBarSize"
|
||||
android:background="?colorPrimary"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
app:theme="@style/ThemeOverlay.Syncthing.Toolbar" />
|
Loading…
Reference in a new issue