android - When I add the facebook login button in the xml, it said missing style -


i trying add facebook login button xml. unfortunaltely, ui page show me error message is

"missing styles.is correct theme chosen layout?"

how can fix error?

thanks.

<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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -