Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am aeroechelon on github.
* I am aeroechelon (https://keybase.io/aeroechelon) on keybase.
* I have a public key ASBxEqFzoEZpXbJ3kHfztxwIOSp3pv4WwJDOCP8EtgATaQo
To claim this, I am signing this object:
@aeroechelon
aeroechelon / screenrecord.sh
Created December 15, 2016 06:58 — forked from tasomaniac/screenrecord.sh
Screen Record for Android
#!/bin/sh
set -e
if [ -z "$1" ]; then
shot_path=$(date +%Y-%m-%d-%H-%M-%S).mp4
else
shot_path="$*"
fi
@aeroechelon
aeroechelon / material_design_guidelines_dimens.xml
Last active October 6, 2022 04:06
Recommended Material Design Dimensions for Android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
# Material Design Dimensions
These common dimensions for spacing and typepography that
are provided as per Material Design Guidelines.
-->
<!-- Margin & Padding, 8 dp baseline, https://material.io/design/layout/understanding-layout.html -->