1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-04 16:14:41 +00:00
syncthing-android/src/main/res/values/dimens.xml
George Venios d54e1aa47c Ditched deprecated actionbar APIs and moved to Toolbar.
Also:
Corrected styling of the tab layout to match previous implementation.
App now follows material convention for side drawer overlapping the app bar.
2015-09-12 13:46:19 +01:00

5 lines
166 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="material_divider_inset">72dp</dimen>
<dimen name="toolbar_elevation">4dp</dimen>
</resources>