|
|
|
@ -77,128 +77,12 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/searchBarContainer" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/CardContainer"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:background="@drawable/background"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:paddingHorizontal="20dp"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/textViewRecentMatches">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:fontFamily="@font/mulish_bold"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:text="Champions League - Groupe Stage: Matchay"
|
|
|
|
|
android:textColor="@color/title"
|
|
|
|
|
android:textSize="14dp"
|
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="0.4"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ImageFirstTeam"
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_height="60dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="2"
|
|
|
|
|
|
|
|
|
|
android:text="Fluminense FC"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="0.3"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:fontFamily="@font/mulish_black"
|
|
|
|
|
android:text="2-1"
|
|
|
|
|
android:textColor="@color/title"
|
|
|
|
|
android:textSize="43dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:fontFamily="@font/mulish_extrabold"
|
|
|
|
|
android:maxLines="2"
|
|
|
|
|
android:text="Full-time"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textColor="@color/title"
|
|
|
|
|
android:textSize="18dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="0.4"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ImageSecondTeam"
|
|
|
|
|
android:layout_width="60dp"
|
|
|
|
|
android:layout_height="60dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="2"
|
|
|
|
|
android:text="CA Mineiro"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:textSize="16dp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dp"
|
|
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
|
android:background="#E1DFDF" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
android:id="@+id/ListRecentsMatches"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/CardContainer" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/textViewRecentMatches" />
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|