- use material design - use AsyncTask instead of Runnable for VPCDWorker to integrate with the App's lifecycle - use a dedicated Preference Activity - integrated zxing's QR code scanner - use Snackbar instead of Toast - capture debug messages in log instead of explicitly passing messages - use reader mode only, breaks support of Android before kitkat
6 lines
157 B
XML
6 lines
157 B
XML
<resources>
|
|
<dimen name="app_bar_height">180dp</dimen>
|
|
<dimen name="fab_margin">16dp</dimen>
|
|
<dimen name="text_margin">16dp</dimen>
|
|
</resources>
|