Skip to content

Instantly share code, notes, and snippets.

@archon810
Created August 16, 2012 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archon810/3365652 to your computer and use it in GitHub Desktop.
Save archon810/3365652 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:background="@color/title_background" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ScrollView android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">
<LinearLayout android:orientation="vertical" android:id="@id/content_frame" android:paddingTop="8.0dip" android:paddingBottom="8.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/redeem_gift_card_main_content" />
<Button android:id="@id/redeem_gift_card_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="160.0dip" android:text="@string/redeem_gift_card" style="@style/DetailsPage_MainBuyButton" />
<Button android:id="@id/continue_button" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="160.0dip" android:text="@string/continue_text" style="@style/DetailsPage_MainBuyButton" />
<LinearLayout android:orientation="vertical" android:id="@id/footers" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10.0dip" android:layout_marginBottom="8.0dip" />
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/gplay_graphic" />
</LinearLayout>
</ScrollView>
<include android:visibility="gone" layout="@layout/page_loading_indicator_no_text" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment