mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-01 13:57:10 +01:00
Continue adding Card Layout 2.
This commit is contained in:
parent
2ebdc3f159
commit
d2d8d2fcef
@ -98,6 +98,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
|
app:flRowVerticalGravity="center"
|
||||||
app:flChildSpacing="16dp"
|
app:flChildSpacing="16dp"
|
||||||
app:flChildSpacingForLastRow="align"
|
app:flChildSpacingForLastRow="align"
|
||||||
app:flRowSpacing="8dp">
|
app:flRowSpacing="8dp">
|
||||||
@ -187,18 +188,15 @@
|
|||||||
android:src="@drawable/crosspost"
|
android:src="@drawable/crosspost"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
</com.nex3z.flowlayout.FlowLayout>
|
<TextView
|
||||||
|
android:id="@+id/link_text_view_item_post_card_2_with_preview"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:textSize="?attr/font_12"
|
||||||
|
android:fontFamily="?attr/font_family"
|
||||||
|
android:visibility="gone" />
|
||||||
|
|
||||||
<TextView
|
</com.nex3z.flowlayout.FlowLayout>
|
||||||
android:id="@+id/link_text_view_item_post_card_2_with_preview"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginBottom="16dp"
|
|
||||||
android:paddingStart="16dp"
|
|
||||||
android:paddingEnd="16dp"
|
|
||||||
android:textSize="?attr/font_12"
|
|
||||||
android:fontFamily="?attr/font_family"
|
|
||||||
android:visibility="gone" />
|
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user