Skip to content

Instantly share code, notes, and snippets.

@andrey-shikhov
Last active February 10, 2017 17:40
Show Gist options
  • Save andrey-shikhov/94374d6018798eae1ce7ee753f3c7cd8 to your computer and use it in GitHub Desktop.
Save andrey-shikhov/94374d6018798eae1ce7ee753f3c7cd8 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#0c0">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="button1"
/>
<View android:layout_width="20dp"
android:layout_height="match_parent"
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="button2"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment