[mobile] adjust folder size

pull/123/head
FongMi 3 years ago
parent 53a557e59c
commit f171e72096
  1. 11
      app/src/mobile/res/layout/adapter_vod_folder.xml

@ -3,18 +3,19 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:background="@drawable/shape_vod_list"
android:foreground="@drawable/shape_vod"
android:gravity="center_vertical"
android:orientation="horizontal">
android:orientation="horizontal"
android:padding="12dp">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/image"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:scaleType="fitCenter"
app:shapeAppearanceOverlay="@style/Vod.Grid"
tools:src="@drawable/ic_img_error" />
@ -23,9 +24,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp">
android:orientation="vertical">
<TextView
android:id="@+id/name"

Loading…
Cancel
Save