tysdkn_mainpager_title_item.xml 799 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="43dp"
  4. android:layout_height="45dp">
  5. <ImageView
  6. android:id="@+id/tysdkn_mainapger_img_icon"
  7. android:layout_width="18dp"
  8. android:layout_height="17dp"
  9. android:layout_centerHorizontal="true"
  10. android:background="@drawable/tysdkn_game_normal"
  11. />
  12. <TextView
  13. android:id="@+id/tysdkn_mainapger_img_text"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_centerHorizontal="true"
  17. android:layout_marginTop="30dp"
  18. android:textSize="7sp"
  19. />
  20. </RelativeLayout>