Continue adding Card Layout 2.

This commit is contained in:
Alex Ning
2021-02-22 21:02:09 +08:00
parent 947be2101d
commit 5b831aafbc
4 changed files with 13 additions and 8 deletions

View File

@@ -5,7 +5,6 @@
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:paddingTop="8dp"
android:layout_marginBottom="8dp"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground"
@@ -264,6 +263,7 @@
<View
android:id="@+id/divider_item_post_card_2_text"
android:layout_width="match_parent"
android:layout_height="1dp" />
android:layout_height="1dp"
android:paddingBottom="8dp" />
</LinearLayout>

View File

@@ -5,7 +5,6 @@
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:paddingTop="8dp"
android:layout_marginBottom="8dp"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground"
@@ -303,6 +302,7 @@
<View
android:id="@+id/divider_item_post_card_2_video_autoplay"
android:layout_width="match_parent"
android:layout_height="1dp" />
android:layout_height="1dp"
android:paddingBottom="8dp" />
</LinearLayout>

View File

@@ -5,7 +5,6 @@
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:paddingTop="8dp"
android:layout_marginBottom="8dp"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground"
@@ -320,6 +319,7 @@
<View
android:id="@+id/divider_item_post_card_2_with_preview"
android:layout_width="match_parent"
android:layout_height="1dp" />
android:layout_height="1dp"
android:paddingBottom="8dp" />
</LinearLayout>