Skip to content

Commit

Permalink
Improve card UI paddings and icons size
Browse files Browse the repository at this point in the history
Signed-off-by: saulhdev <[email protected]>
  • Loading branch information
saulhdev committed Sep 22, 2024
1 parent 136debb commit 2895eba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/feed_card_story_large.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:orientation="vertical"
android:padding="8dp"
app:layout_constraintTop_toBottomOf="@+id/story_pic">

<com.google.android.material.textview.MaterialTextView
Expand Down Expand Up @@ -102,7 +101,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
app:icon="@drawable/ic_heart_fill"
app:iconSize="32dp" />
app:iconSize="24dp" />

<com.google.android.material.button.MaterialButton
android:id="@+id/share_button"
Expand All @@ -111,7 +110,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
app:icon="@drawable/ic_share"
app:iconSize="32dp" />
app:iconSize="24dp" />

</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
Expand Down

0 comments on commit 2895eba

Please sign in to comment.