iOS UIImageView如何做到Android那种宽和高都match_parent的(全屏)效果? 50
我是做Android开发的,在自学iOS开发过程中,我写了一个简单的demo,如图所示:现在我希望自己的图片能够自适应所有iPhone尺寸,让我的ImageView能够全...
我是做Android开发的,在自学iOS开发过程中,我写了一个简单的demo,如图所示:现在我希望自己的图片能够自适应所有iPhone尺寸,让我的ImageView能够全屏尺寸显示,请问各位如何做到呢?
展开
1个回答
展开全部
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/common_background" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
android:background="@drawable/bottom_bg" />
</RelativeLayout>
</ScrollView>
android:layout_width="match_parent"
android:layout_height="match_parent" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/common_background" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
android:background="@drawable/bottom_bg" />
</RelativeLayout>
</ScrollView>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询