Skip to content

Instantly share code, notes, and snippets.

@Harvnlenny
Created February 12, 2016 04:18
Show Gist options
  • Save Harvnlenny/229f21f865162b899c10 to your computer and use it in GitHub Desktop.
Save Harvnlenny/229f21f865162b899c10 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
tools:context="com.bignerdranch.android.geoquiz.CheatActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="24dp"
android:text="@string/warning_text"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/answer_text_view"
android:padding="24dp"
tools:text="Answer"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/show_answer_button"
android:text="@string/show_answer_button"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment