android - Login button in PreferenceActivity -
is possible load facebook log in button onto preference activity?
how can set preference layout?
referring developers.facebook.com
add button layout xml file full class name, com.facebook.widget.loginbutton:
<com.facebook.login.widget.loginbutton android:id="@+id/login_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_margintop="30dp" android:layout_marginbottom="30dp" />
Comments
Post a Comment