zzz_title_bar.xml 795 B

12345678910111213141516171819
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="@dimen/zzz_title_height"
  4. android:background="@drawable/zzz_first_title_background">
  5. <TextView
  6. android:id="@+id/zzz_title_name"
  7. android:layout_width="wrap_content"
  8. android:layout_height="match_parent"
  9. android:layout_centerVertical="true"
  10. android:drawableLeft="@drawable/zzz_back_src_light"
  11. android:ellipsize="end"
  12. android:gravity="center_vertical"
  13. android:singleLine="true"
  14. android:text="@string/zzz_back_to_game"
  15. android:textColor="@android:color/white"
  16. android:textSize="@dimen/zzz_title_textsize"/>
  17. </RelativeLayout>