Skip to content

Instantly share code, notes, and snippets.

@marinoluck
Created April 22, 2015 22:56
Show Gist options
  • Save marinoluck/82684d8a9bf92bd0f96e to your computer and use it in GitHub Desktop.
Save marinoluck/82684d8a9bf92bd0f96e to your computer and use it in GitHub Desktop.
unscrambling layout
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:paddingLeft="50dp"
android:paddingRight="50dp"
android:background="@drawable/player_input_back">
<LinearLayout
android:id="@+id/holder_target"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
</LinearLayout>
<LinearLayout
android:id="@+id/holder"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
</LinearLayout>
<Button
android:id="@+id/unscrambling_ready"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="Respond" />
</LinearLayout>
No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment