mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 21:03:12 +00:00
Touch: workaround for double text in EventDetails
This commit is contained in:
parent
d6344ff60a
commit
113e0eb397
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ dependencies {
|
||||||
implementation 'com.google.android.exoplayer:exoplayer:r2.5.2'
|
implementation 'com.google.android.exoplayer:exoplayer:r2.5.2'
|
||||||
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.0'
|
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.0'
|
||||||
implementation 'com.squareup.picasso:picasso:2.5.2'
|
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 'net.rdrei.android.dirchooser:library:3.2@aar'
|
||||||
// implementation 'com.gu:option:1.3'
|
// implementation 'com.gu:option:1.3'
|
||||||
implementation 'com.github.guardian:Option:-SNAPSHOT'
|
implementation 'com.github.guardian:Option:-SNAPSHOT'
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:fitsSystemWindows="true"
|
android:fitsSystemWindows="true"
|
||||||
android:title="@{event.title}"
|
android:title="@{event.title.trim()}"
|
||||||
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||||
app:titleEnabled="true"
|
app:titleEnabled="true"
|
||||||
app:contentScrim="@color/primary"
|
app:contentScrim="@color/primary"
|
||||||
|
|
Loading…
Reference in a new issue