【发布时间】:2017-04-30 08:29:25
【问题描述】:
<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 我需要以裁剪格式显示的图像视图,如图所示
提前致谢
【问题讨论】:
标签: java android android-layout android-imageview