android横向多布局约束,Android约束布局中心水平对齐Textview和Imageview不工作

参见英文答案 >

Constraint Layout Vertical Align Center                                    6个

06d0322461c95672e1954a250cc9d4ec.png

我希望我的textview和imageview像上面提到的图像.

1.我想使用约束布局在单行中水平设置Textview和Imageview.

2.Textview不会到达Imageview的中间(中间).(左右位置)

3.由于Cosntraint布局,布局重力也无法使文本视图居中

帮助我实现这一目标.

提前致谢.

android:id="@+id/cv2"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_gravity="center"

app:cardCornerRadius="4dp"

app:layout_constraintTop_toBottomOf="@+id/cv1">

xmlns:app="http://schemas.android.com/apk/res-auto"

android:layout_width="match_parent"

android:layout_height="wrap_content">

android:id="@+id/title1"

android:layout_width="0dp"

android:layout_height="wrap_content"

android:paddingLeft="10dp"

android:text="Hero"

android:textColor="@color/colorPrimary"

android:textSize="16dp"

android:textStyle="bold"

app:layout_constraintLeft_toLeftOf="parent"

app:layout_constraintRight_toLeftOf="@+id/display_pic"

/>

android:id="@+id/display_pic"

android:layout_width="80dp"

android:layout_height="80dp"

android:layout_alignParentEnd="true"

android:layout_margin="16dp"

android:adjustViewBounds="false"

android:scaleType="centerCrop"

app:layout_constraintLeft_toLeftOf="@+id/title1"

app:layout_constraintRight_toRightOf="parent"

app:layout_constraintTop_toTopOf="parent"

app:srcCompat="@android:color/holo_red_light" />

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值