zzz_grab_gift_btn.xml 1.1 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/zzz_grab_gift_panel"
  4. android:layout_width="wrap_content"
  5. android:layout_height="wrap_content"
  6. android:layout_centerVertical="true"
  7. android:gravity="center">
  8. <ProgressBar
  9. android:id="@+id/zzz_gift_grabbing"
  10. style="@style/zzz_CircleProgressBar"
  11. android:layout_width="@dimen/zzz_giftgrap_width"
  12. android:layout_height="@dimen/zzz_giftgrap_width"
  13. android:layout_centerInParent="true"/>
  14. <Button
  15. android:id="@+id/zzz_gift_grab"
  16. android:layout_width="@dimen/zzz_grap_gift_btn_width"
  17. android:layout_height="@dimen/zzz_grap_gift_btn_height"
  18. android:layout_centerInParent="true"
  19. android:background="@drawable/zzz_shap_corner_btn"
  20. android:focusable="false"
  21. android:textColor="@color/zzz_green_text_color"
  22. android:textSize="@dimen/zzz_gift_grap_text_size"
  23. android:typeface="normal"/>
  24. </RelativeLayout>