Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Created April 3, 2016 09:12
Show Gist options
  • Select an option

  • Save akexorcist/cdbd7e51fb33489cfc20bd132a840949 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/cdbd7e51fb33489cfc20bd132a840949 to your computer and use it in GitHub Desktop.
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp">
<Button
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:background="@drawable/shape_square"
android:text="OK" />
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="right"
android:src="@drawable/shape_circle" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment