billyyoyo лет назад: 6
Родитель
Сommit
a3a0e19bbc
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/src/main/res/layout/goods_recommends_tile.xml

+ 2 - 1
app/src/main/res/layout/goods_recommends_tile.xml

@@ -23,6 +23,7 @@
         android:lines="1"
         android:ellipsize="end"
         app:layout_constraintLeft_toLeftOf="@+id/image_view"
+        app:layout_constraintRight_toRightOf="@+id/image_view"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content" />
 
@@ -38,4 +39,4 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content" />
 
-</android.support.constraint.ConstraintLayout>
+</android.support.constraint.ConstraintLayout>