bdp_paycenter_item_game_amount.xml 434 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:gravity="center"
  6. android:textColor="#333333"
  7. android:layout_gravity="center"
  8. android:textSize="@dimen/bdp_paycenter_text_size_14_sp"
  9. android:background="@drawable/bdp_paycenter_amount_no_selected_bg">
  10. </TextView>