线性布局与文本和图像视图被裁剪

时间:2017-04-30 08:29:26

标签: java android android-layout android-imageview

 <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:orientation="horizontal">
        <TextView
            android:layout_width="match_parent"
            android:layout_weight="1"
            android:layout_height="match_parent" />

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:id="@+id/curvedimage" />

    </LinearLayout>

目前这是我的观点here  我需要以裁剪格式显示的图像视图如图所示

here提前感谢

1 个答案:

答案 0 :(得分:0)

使用CircularImageView并使用RelativeLayout将Image放在TextView