Skip to content

Commit

Permalink
increase category menu button size
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Aug 5, 2023
1 parent ec98f20 commit e13c9c5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

<ImageView
android:id="@+id/imageDefault"
android:layout_width="22dp"
android:layout_height="22dp"
android:layout_width="24dp"
android:layout_height="24dp"
android:src="@drawable/baseline_star_24"
android:tint="?attr/colorSecondary"
android:visibility="gone"
Expand All @@ -48,8 +48,8 @@
android:tint="?attr/colorOnSurface"
android:scaleType="centerInside"
android:background="?selectableItemBackgroundBorderless"
android:layout_width="22dp"
android:layout_height="22dp"/>
android:layout_width="30dp"
android:layout_height="24dp"/>

</LinearLayout>
</RelativeLayout>
Expand Down

0 comments on commit e13c9c5

Please sign in to comment.