Skip to content

Instantly share code, notes, and snippets.

@wviana
Created April 5, 2016 15:00
Show Gist options
  • Save wviana/f10f840889987e70460bca0136783a29 to your computer and use it in GitHub Desktop.
Save wviana/f10f840889987e70460bca0136783a29 to your computer and use it in GitHub Desktop.
<RadioGroup
android:id="@+id/presenter_options"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="4dp"
android:gravity="center"
>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@drawable/cluster"
android:gravity="center"
android:padding="8dp"
android:background="@drawable/presenter_radiobutton_left"
/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="8dp"
android:background="@drawable/presenter_radiobutton_right"
android:button="@drawable/fire"
/>
</RadioGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment