Skip to content

Instantly share code, notes, and snippets.

View r21nomi's full-sized avatar
🎨
Creation

NIINOMI r21nomi

🎨
Creation
View GitHub Profile
@r21nomi
r21nomi / ActivityTransition.md
Last active April 8, 2016 02:36
Reading the code for android framework related to ActivityTransition
@r21nomi
r21nomi / flexible_text_view.xml
Last active April 4, 2016 12:27
The layout for flexible text length.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical">
<TextView
android:id="@+id/itemPrefix"
Emoji Raw Emoji Code Description
🎨 :art: when improving the format/structure of the code
🚀 :rocket: when improving performance
✏️ :pencil2: when writing docs
💡 :bulb: new idea
🚧 :construction: work in progress
:heavy_plus_sign: when adding feature
:heavy_minus_sign: when removing feature
🔈 :speaker: when adding logging