zzz_recharge_panel.xml 918 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <View
  6. android:layout_width="match_parent"
  7. android:layout_height="1dip"
  8. android:layout_alignParentTop="true"
  9. android:background="@color/zzz_recharge_parent_top_line_color"/>
  10. <Button
  11. android:id="@+id/zzz_recharge"
  12. android:layout_width="@dimen/zzz_recharge_btn_width"
  13. android:layout_height="@dimen/zzz_recharge_btn_height"
  14. android:layout_centerInParent="true"
  15. android:layout_marginBottom="@dimen/zzz_recharge_btn_margin_bottom"
  16. android:background="@drawable/zzz_recharge_selector"
  17. android:textColor="@android:color/white"
  18. android:textSize="@dimen/zzz_recharge_btn_text_size"/>
  19. </RelativeLayout>