include_left_whale.xml 984 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="@dimen/left_width"
  4. android:layout_height="match_parent"
  5. android:layout_gravity="center"
  6. android:background="@color/include_left_whale_bg">
  7. <ImageView
  8. android:layout_width="@dimen/iv_left_jq_game_width"
  9. android:layout_height="@dimen/iv_left_jq_game_height"
  10. android:layout_centerInParent="true"
  11. android:background="@drawable/iv_left_whale"/>
  12. <TextView
  13. android:id="@id/customer_service_phone_tv"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_alignParentBottom="true"
  17. android:layout_centerHorizontal="true"
  18. android:layout_marginBottom="6dp"
  19. android:maxLines="1"
  20. android:textColor="#ffffff"
  21. android:textSize="9sp"/>
  22. </RelativeLayout>