Customizing Facebook login button in Android Application -
i working on android application in have implemented facebook login button.my login screen consists of fields sign along option of signing facebook , google+. working fine unable resize button in terms of height. when changing height of button doesn't change , remain in wrap content format, width changing. unable find solution problem on of previous questions . can please me, if additional detail needed please ask. ps- using linear layout in login screen.
if wanna change custom text of facebook login ..
go facebook library project , go string.xml
you find this
<string name="com_facebook_loginview_log_in_button_long">log in facebook </string> replace custom text
for height inconsistancy of facebook had done this
android:paddingtop="20dp" android:paddingbottom="20dp"
Comments
Post a Comment