All Projects → AriesHoo → Titlebarview

AriesHoo / Titlebarview

Licence: apache-2.0
【2.0.0以后版本由UIWidget维护,不做更新】}Android 一个支持Android 4.4以上版本沉浸式及半透明状态栏效果的标题栏控件.支持文xml及java代码设置众多自定义属性;实现MIUI V6、Flyme 4.0、Android 6.0以上状态栏文字颜色切换;支持设置主/副标题跑马灯效果;可设置左边文字/图片、中间主、副标题、右边文字/图片;支持Java代码添加左边、中间、右边 View

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Titlebarview

Toolbar
Awesome autolayout Toolbar. Toolbar is a library for iOS. You can easily create chat InputBar.
Stars: ✭ 458 (+518.92%)
Mutual labels:  toolbar
Findergo
🐢 Open terminal quickly from Finder
Stars: ✭ 862 (+1064.86%)
Mutual labels:  toolbar
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (+1370.27%)
Mutual labels:  toolbar
Androidnavigation
A library managing navigation, nested Fragment, StatusBar, Toolbar for Android
Stars: ✭ 636 (+759.46%)
Mutual labels:  toolbar
Android Titlebar
🔥 通用,功能全面的自定义标题栏,支持沉浸式标题栏,颜色渐变,miui9
Stars: ✭ 925 (+1150%)
Mutual labels:  toolbar
Easyandroid
一个完整基于kotlin的安卓开发框架,采用了mvvm设计模式。涵盖了: 1、基于retrofit2封装的通过kotlin协程实现的网络框架 2、基于阿里开源router修改的api-router实现项目模块化 3、基于glide的图片加载缓存框架 4、基于room实现的往来数据缓存加载 5、基于step实现的数据异步提交 6、基于PreferenceHolder实现的本地数据快速存储 7、基于mlist实现的简单复杂列表的快速开发扩展 8、定制的toolbar可以自适应异形屏,挖孔屏,水滴屏等等。。 本框架几乎涵盖了开发所需的所有模块组件。简单fork之后就可以基于框架快速开发。
Stars: ✭ 33 (-55.41%)
Mutual labels:  toolbar
Prophiler
PHP Profiler & Developer Toolbar (built for Phalcon)
Stars: ✭ 445 (+501.35%)
Mutual labels:  toolbar
Materialviewpager
A Material Design ViewPager easy to use library
Stars: ✭ 8,224 (+11013.51%)
Mutual labels:  toolbar
Wsl Windows Toolbar Launcher
Adds linux GUI application menu to a windows toolbar
Stars: ✭ 918 (+1140.54%)
Mutual labels:  toolbar
React Native Collapsible Toolbar
Pure JS based collapsible toolbar for react native on Android and iOS
Stars: ✭ 50 (-32.43%)
Mutual labels:  toolbar
Multiline Collapsingtoolbar
A modified CollapsingToolbarLayout that can deal with multiline titles
Stars: ✭ 767 (+936.49%)
Mutual labels:  toolbar
Android Animated Menu Items
The example Android project of animated menu items in toolbar
Stars: ✭ 923 (+1147.3%)
Mutual labels:  toolbar
Titlebar
Android 标题栏框架,从此布局属性不用记
Stars: ✭ 980 (+1224.32%)
Mutual labels:  toolbar
Bubbletab
Put some bubble in your tabs and give your apps a supa fresh style !
Stars: ✭ 537 (+625.68%)
Mutual labels:  toolbar
Tc Material Design
Série de artigos sobre o Material Design Android
Stars: ✭ 64 (-13.51%)
Mutual labels:  toolbar
Immersivedetailsample
A sample application show how to realize immersive parallax effect header like Google Play Store
Stars: ✭ 457 (+517.57%)
Mutual labels:  toolbar
Awesomebar
Just beautiful
Stars: ✭ 870 (+1075.68%)
Mutual labels:  toolbar
Materialdesign
Material Design 控件集合。ConstraintLayout、NestedScrollView、Toolbar、TabLayout、TextInputLayout。。。
Stars: ✭ 68 (-8.11%)
Mutual labels:  toolbar
Nativescript Keyboard Toolbar
⌨️🛠Add a customizable toolbar on top of the soft keyboard
Stars: ✭ 66 (-10.81%)
Mutual labels:  toolbar
Debuguisystem
Create a runtime menu system with buttons and windows for debugging in one line of code.
Stars: ✭ 48 (-35.14%)
Mutual labels:  toolbar

TitleBarView-一个自带沉浸状态栏效果的Android自定义标题栏控件


fir.im API GitHub license

简介:

一个支持Android 4.4以上版本沉浸式及半透明状态栏效果的 TitleBarView;更全常见UI库参看 UIWidget

说明2.0.0以后版本UIWidget维护,不再做版本更新

TitleBarView是基于ViewGroup的扩展,主要具有以下特性

  • 支持Android 4.4以上版本沉浸式(关于这个叫法大家不要去纠结,意会即可)及半透明状态栏效果

  • 实现MIUI V6、Flyme 4.0、Android 6.0以上状态栏文字颜色切换(当然只能黑或白色)

  • 支持设置主/副标题跑马灯效果

  • 支持Java代码及XML设置众多自定义属性

  • 支持Java代码链式调用方便快捷

  • 可设置左边文字/图片、中间主、副标题、右边文字/图片

  • 支持Java代码添加左边、中间、右边 View

说明:此处沉浸式状态栏为状态栏透明化且布局延伸至状态栏下效果,非状态栏着色模式

详情实现流程解析请移步:TitleBarView-一个自带沉浸状态栏效果的Android自定义标题栏控件

[Sample PC Download]

[Sample Mobile Download]

Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    // compile 'com.github.AriesHoo:TitleBarView:2.0.0'
     compile 'com.github.AriesHoo:TitleBarView:${LATEST_VERSION}'
}

录屏预览

Android 4.1

Android 4.4

Android 5.1

Android 6.0

Android 7.0

其它UI库查看:UIWidget

鸣谢

License

Copyright 2016 Aries Hoo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].