mirror of
https://github.com/kuba2k2/NavLib.git
synced 2024-11-22 17:16:17 -06:00
v0.5.0, removed default toolbar subtitle
This commit is contained in:
parent
345cf00311
commit
3ed34a4705
@ -5,8 +5,9 @@ buildscript {
|
||||
kotlin_version = '1.3.50'
|
||||
|
||||
release = [
|
||||
versionName: "0.4.0",
|
||||
versionCode: 400
|
||||
// major.minor.patch.rc.beta
|
||||
versionName: "0.5.0",
|
||||
versionCode: 50099
|
||||
]
|
||||
|
||||
setup = [
|
||||
|
@ -54,7 +54,6 @@
|
||||
android:background="?actionBarBackground"
|
||||
android:elevation="4dp"
|
||||
app:title="@string/app_name"
|
||||
app:subtitle="Phil Swift - 10 unread"
|
||||
tools:targetApi="lollipop">
|
||||
|
||||
<com.mikepenz.materialdrawer.view.BezelImageView
|
||||
|
Loading…
Reference in New Issue
Block a user