1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00

Fixed toolbar alignment on pre-Lollipop.

This commit is contained in:
George Venios 2015-09-06 02:36:08 +01:00
parent d54e1aa47c
commit 6a05def230

View file

@ -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" />