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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

spring cloud - How to configure SpringCloud Eureka instance to point to https on non standard port -

Magento/PHP - Get phones on all members in a customer group -