- Refactored logger infrastructure, so that sensors have to provide proper timestamps for the logged data, instead of the Logger generating a timestamp when it is logged to the file. - Added a settings UI where active sensors and activities can be configured
7 lines
253 B
XML
7 lines
253 B
XML
<resources>
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
<dimen name="fab_margin">16dp</dimen>
|
|
</resources>
|