Skip to content

Instantly share code, notes, and snippets.

@saturov
Created September 14, 2015 07:08
Show Gist options
  • Save saturov/47bd9b41160540435d31 to your computer and use it in GitHub Desktop.
Save saturov/47bd9b41160540435d31 to your computer and use it in GitHub Desktop.
<android.support.percent.PercentRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<View
app:layout_widthPercent="25%"
android:layout_height="100dp"
app:layout_marginLeftPercent="5%"
android:background="#ff0000" />
</android.support.percent.PercentRelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment