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
  • baseSDK
  • src
  • main
  • res
  • layout
  • titlebar_layout.xml
Find file
BlameHistoryPermalink
  • 罗翻's avatar
    增加签名 · 6af78c69
    罗翻 committed 6 years ago
    6af78c69
titlebar_layout.xml 782 Bytes
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<?xml version="1.0" encoding="utf-8"?>
<layout>

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        style="@style/title"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:layout_alignParentTop="true">

        <TextView
            android:id="@+id/title_left"
            style="@style/title_left"
            android:textSize="14sp" />

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

        <ImageView
            android:id="@+id/title_right"
            style="@style/title_right_image" />

        <ImageView
            style="@style/card_line"
            android:layout_below="@+id/title_right" />
    </RelativeLayout>
</layout>