Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created January 15, 2016 16:19
Show Gist options
  • Select an option

  • Save shelajev/090c819cb386a73578b0 to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/090c819cb386a73578b0 to your computer and use it in GitHub Desktop.
retrofit2-content_main.xml
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Fetch"
android:id="@+id/button"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="151dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text=""
android:id="@+id/textView"
android:layout_above="@+id/button"
android:layout_alignParentEnd="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:textIsSelectable="false" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment