|
|
|
|
@ -34,10 +34,11 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center_horizontal">
|
|
|
|
|
<com.facebook.android.LoginButton
|
|
|
|
|
android:id="@+id/fb_login"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_width="300dip"
|
|
|
|
|
android:layout_height="45dip"
|
|
|
|
|
android:layout_marginLeft="15dip"
|
|
|
|
|
android:layout_marginRight="15dip"
|
|
|
|
|
@ -51,7 +52,7 @@
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/gg_login"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_width="300dip"
|
|
|
|
|
android:layout_height="45dip"
|
|
|
|
|
android:layout_marginLeft="15dip"
|
|
|
|
|
android:layout_marginRight="15dip"
|
|
|
|
|
@ -77,7 +78,9 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="45dip"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:paddingLeft="40dip"
|
|
|
|
|
android:paddingRight="40dip">
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/login_later"
|
|
|
|
|
android:text="@string/welcome_login_later"
|
|
|
|
|
|