Advertisement
Guest User

activity_facebook_log_in.xml

a guest
Mar 5th, 2016
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent" android:layout_height="match_parent"
  4.    android:padding="16dp"
  5.    >
  6.  
  7.     <TextView
  8.        android:layout_width="wrap_content"
  9.        android:layout_height="wrap_content"
  10.        android:id="@+id/info"
  11.        android:layout_alignParentLeft="true"
  12.        android:layout_alignParentTop="true"
  13.        android:textSize="18sp"
  14.        />
  15.  
  16.     <com.facebook.login.widget.LoginButton
  17.        android:id="@+id/login_button"
  18.        android:layout_width="wrap_content"
  19.        android:layout_height="wrap_content"
  20.        android:layout_centerInParent="true"
  21.        />
  22.  
  23. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement