Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • app
  • src
  • main
  • res
  • layout
  • title_bar_layout.xml
Find file
BlameHistoryPermalink
  • 罗翻's avatar
    增加自定义titlebar · 22febcbf
    罗翻 committed 7 years ago
    22febcbf
title_bar_layout.xml 566 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/title"
    android:orientation="vertical">

    <TextView
        android:id="@+id/tv_title"
        style="@style/text_title" />

    <ImageView
        android:id="@+id/tv_left"
        style="@style/title_image_back" />

    <TextView
        android:id="@+id/tv_right"
        style="@style/title_right_text" />

    <ImageView
        style="@style/card_line"
        android:layout_alignParentBottom="true" />
</RelativeLayout>