Skip to content

Commit

Permalink
Use same padding as source icons for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Sep 26, 2020
1 parent 972a595 commit 5d1ca64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/extension_card_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
android:id="@+id/image"
android:layout_width="0dp"
android:layout_height="0dp"
android:padding="12dp"
android:paddingStart="16dp"
android:paddingEnd="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription"
tools:src="@mipmap/ic_launcher_round" />

<TextView
Expand Down

0 comments on commit 5d1ca64

Please sign in to comment.