Skip to content

Commit

Permalink
increase button size
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Aug 12, 2023
1 parent aa6491a commit 1a2b2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AuthenticatorPro.Droid/Resources/layout/listItemIconPack.axml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
android:tint="?attr/colorOnSurface"
android:scaleType="centerInside"
android:background="?selectableItemBackgroundBorderless"
android:layout_width="22dp"
android:layout_height="22dp"/>
android:layout_width="26dp"
android:layout_height="26dp"/>
</LinearLayout>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>

0 comments on commit 1a2b2c0

Please sign in to comment.