Update search list image size

pull/605/head
jhengazuji 4 months ago
parent adfdc929b7
commit 44e4eafcb1
  1. 4
      app/src/mobile/res/layout/adapter_search.xml

@ -3,14 +3,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_height="128dp"
android:layout_margin="8dp"
android:background="@drawable/shape_vod_list"
android:foreground="@drawable/shape_vod">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/image"
android:layout_width="90dp"
android:layout_width="96dp"
android:layout_height="match_parent"
android:background="@color/black_10"
app:shapeAppearanceOverlay="@style/Vod.Grid.Large" />

Loading…
Cancel
Save