Skip to content

Commit 48d74e1

Browse files
committed
Fixing action type tiles not full width
1 parent 2de5d74 commit 48d74e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libraries/sdk/src/main/res/layout/feed_post_item_task.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
7-
android:layout_marginHorizontal="8dp"
87
android:layout_marginVertical="4dp"
9-
app:cardCornerRadius="8dp"
10-
app:cardElevation="2dp">
8+
app:cardCornerRadius="0dp"
9+
app:cardElevation="0dp">
1110

1211
<LinearLayout
1312
android:layout_width="match_parent"

0 commit comments

Comments
 (0)