Skip to content

Instantly share code, notes, and snippets.

@matiasgualino
Last active April 29, 2016 08:04
Show Gist options
  • Save matiasgualino/514c774f70159825cb23f2a7d2b519ae to your computer and use it in GitHub Desktop.
Save matiasgualino/514c774f70159825cb23f2a7d2b519ae to your computer and use it in GitHub Desktop.
<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:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
android:orientation="vertical"
tools:context=".MainActivity">
<com.mercadopago.views.MPButton
android:layout_width="match_parent"
android:layout_height="@dimen/mpsdk_button_height"
android:layout_marginTop="25dp"
android:gravity="center"
android:text="Pagar $100"
android:onClick="submit"
style="@style/mpsdk_button_normal"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/mp_results"
android:paddingTop="50dp"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment