可以任何身体请告诉我如何创建像这种类型的布局

时间:2015-10-19 13:16:27

标签: android

enter image description here

找到太多的例子,但无法找到任何示例的布局,请告诉我布局名称

我正在尝试使用Imageview,但它仍然不适合我,因为imageview不能像那样工作

2 个答案:

答案 0 :(得分:2)

使用线性布局和imageView。 请参阅http://developer.android.com/reference/android/widget/LinearLayout.html

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">
<ImageView
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:background="@drawable/YourImage">

</LinearLayout>

答案 1 :(得分:0)

这并不复杂,只需使用一些成像软件(Photoshop,gimp,paint .net等)创建一个看起来像这样的矩形:

enter image description here

并将屏幕的其余部分设置为与白色部分相同的颜色。