Skip to content

Instantly share code, notes, and snippets.

@namchuai
Last active August 16, 2016 07:17
Show Gist options
  • Save namchuai/a7372601e9d9b64e039b4c8a926a0094 to your computer and use it in GitHub Desktop.
Save namchuai/a7372601e9d9b64e039b4c8a926a0094 to your computer and use it in GitHub Desktop.
compile 'com.android.support:percent:23.0.0'
app:layout_widthPercent
app:layout_heightPercent
app:layout_marginPercent
app:layout_marginLeftPercent
app:layout_marginTopPercent
app:layout_marginRightPercent
app:layout_marginBottomPercent
app:layout_marginStartPercent
app:layout_marginEndPercent
app:layout_aspectRatio
<LinearLayout
android:width="match_parent"
andorid:orientation="horizontal"
android:height="wrap_content">
<TextView
android:width="0dp"
android:layout_weight="1"
android:height="wrap_content"/>
<EditText
android:width="0dp"
android:layout_weight="1"
android:height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment