|
@@ -28,12 +28,28 @@
|
|
|
android:paddingStart="0dp"
|
|
|
android:paddingEnd="8dp"
|
|
|
android:textAppearance="@style/TextAppearance.Regular.SubHeading"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/subtitle"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/source_latest"
|
|
|
app:layout_constraintStart_toEndOf="@+id/image"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_chainStyle="packed"
|
|
|
tools:text="Source title" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/subtitle"
|
|
|
+ style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/source_latest"
|
|
|
+ app:layout_constraintStart_toEndOf="@id/image"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/title"
|
|
|
+ tools:text="English"
|
|
|
+ tools:visibility="visible"/>
|
|
|
+
|
|
|
<Button
|
|
|
android:id="@+id/source_latest"
|
|
|
style="@style/Theme.Widget.Button"
|