settings_logout_footer.xml 815 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical"
  6. android:paddingLeft="@dimen/isetting_item_padding_left"
  7. android:paddingRight="@dimen/isetting_item_padding_right"
  8. >
  9. <Button
  10. android:id="@+id/settings_button_logout"
  11. android:layout_width="fill_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_marginBottom="20dip"
  14. android:layout_marginTop="15dip"
  15. android:background="@drawable/nim_red_round_button_selector"
  16. android:text="@string/logout"
  17. android:textColor="@color/white"
  18. android:textSize="17sp" />
  19. </LinearLayout>