Tweak reviews layout

This commit is contained in:
Rahul Patel
2024-07-21 04:41:13 +05:30
parent dc7f228a3b
commit 03a30224f1

View File

@@ -30,7 +30,6 @@
android:id="@+id/img" android:id="@+id/img"
android:layout_width="@dimen/icon_size_small" android:layout_width="@dimen/icon_size_small"
android:layout_height="@dimen/icon_size_small" android:layout_height="@dimen/icon_size_small"
android:layout_marginStart="@dimen/margin_xxsmall"
android:layout_marginEnd="@dimen/margin_small" /> android:layout_marginEnd="@dimen/margin_small" />
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
@@ -73,7 +72,8 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/img" android:layout_below="@id/img"
android:layout_marginTop="@dimen/margin_small" android:layout_alignStart="@id/txt_author"
android:layout_marginTop="@dimen/margin_xsmall"
android:ellipsize="end" android:ellipsize="end"
android:maxLines="10" android:maxLines="10"
android:textIsSelectable="true" android:textIsSelectable="true"