mirror of
https://github.com/kuba2k2/NavLib.git
synced 2025-04-03 07:14:28 +02: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'
|
kotlin_version = '1.3.50'
|
||||||
|
|
||||||
release = [
|
release = [
|
||||||
versionName: "0.4.0",
|
// major.minor.patch.rc.beta
|
||||||
versionCode: 400
|
versionName: "0.5.0",
|
||||||
|
versionCode: 50099
|
||||||
]
|
]
|
||||||
|
|
||||||
setup = [
|
setup = [
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
android:background="?actionBarBackground"
|
android:background="?actionBarBackground"
|
||||||
android:elevation="4dp"
|
android:elevation="4dp"
|
||||||
app:title="@string/app_name"
|
app:title="@string/app_name"
|
||||||
app:subtitle="Phil Swift - 10 unread"
|
|
||||||
tools:targetApi="lollipop">
|
tools:targetApi="lollipop">
|
||||||
|
|
||||||
<com.mikepenz.materialdrawer.view.BezelImageView
|
<com.mikepenz.materialdrawer.view.BezelImageView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user