8000 GitHub - WhoIsAA/CustomTitleBar: 一个简单的自定义标题栏
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WhoIsAA/CustomTitleBar

Repository files navigation

CustomTitleBar

一个简单的自定义标题栏

在布局文件中的应用:

<aa.customtitlebar.ui.widget.CustomTitleBar
    android:id="@+id/id_ctb_main"
    android:layout_width="match_parent"
    android:layout_height="50dp"
    android:background="#ff5e4c"
    android:padding="10dp"
    titlebar:amboTextSize="16sp"
    titlebar:leftImage="@drawable/icon_back"
    titlebar:rightText="点一点"
    titlebar:textColor="#ffffff"
    titlebar:titleText="自定义标题栏"
    titlebar:leftVisible="true"
    titlebar:rightVisible="true"
    titlebar:titleTextSize="19sp" />

About

一个简单的自定义标题栏

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0