diff --git a/touch/build.gradle b/touch/build.gradle index 63337121..a0993b7c 100644 --- a/touch/build.gradle +++ b/touch/build.gradle @@ -109,7 +109,7 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:r2.5.2' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.0' implementation 'com.squareup.picasso:picasso:2.5.2' - implementation 'net.opacapp:multiline-collapsingtoolbar:27.1.0' + implementation 'net.opacapp:multiline-collapsingtoolbar:27.1.1' implementation 'net.rdrei.android.dirchooser:library:3.2@aar' // implementation 'com.gu:option:1.3' implementation 'com.github.guardian:Option:-SNAPSHOT' diff --git a/touch/src/main/res/layout/fragment_event_details.xml b/touch/src/main/res/layout/fragment_event_details.xml index 046b53f7..d197f491 100644 --- a/touch/src/main/res/layout/fragment_event_details.xml +++ b/touch/src/main/res/layout/fragment_event_details.xml @@ -29,7 +29,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" - android:title="@{event.title}" + android:title="@{event.title.trim()}" app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:titleEnabled="true" app:contentScrim="@color/primary"