views:

50

answers:

0

Hi Friends, I have downloaded fbconnect.jar and used the following code,but the problem is the design issue in the login page of facebook in android that's email and password text box is totally collapsed, please refer the screen shot of my output, please guide me on this, I am really struggling on this.

mHandler = new Handler();

            if (kGetSessionProxy != null) {

                _session = FBSession.getSessionForApplication_getSessionProxy(
                        kApiKey, kGetSessionProxy, new FBSessionDelegateImpl());
            } else {

                _session = FBSession.getSessionForApplication_secret(kApiKey,
                        kApiSecret, new FBSessionDelegateImpl());
            }

            if (!(_session.resume(BS_Bars.this))) {
                Intent intent = new Intent(BS_Bars.this,
                        FBLoginActivity.class);
                BS_Bars.this.startActivity(intent);
            }

Image: alt text