mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-17 05:28:24 +00:00
add speaker and description again
This commit is contained in:
parent
eb49405200
commit
c9b652a2cf
1 changed files with 4 additions and 4 deletions
|
@ -105,8 +105,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/details_text_margin"
|
||||
android:layout_marginRight="@dimen/details_text_margin"
|
||||
android:layout_marginLeft="@dimen/details_text_margin"/>
|
||||
<!--android:text="@{event.speakerString}"/>-->
|
||||
android:layout_marginLeft="@dimen/details_text_margin"
|
||||
android:text="@{event.speakerString}"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/description_text"
|
||||
|
@ -115,8 +115,8 @@
|
|||
android:layout_marginTop="@dimen/details_text_margin"
|
||||
android:layout_marginRight="@dimen/details_text_margin"
|
||||
android:layout_marginLeft="@dimen/details_text_margin"
|
||||
android:layout_marginBottom="@dimen/details_text_margin"/>
|
||||
<!--android:text="@{event.extendedDescription}"/>-->
|
||||
android:layout_marginBottom="@dimen/details_text_margin"
|
||||
android:text="@{event.extendedDescription}"/>
|
||||
|
||||
<!--TODO Add list of related or other videos-->
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue