<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:andro >

    <!-- 用RelativeLayout框架布局可以 在imageview中写上文字 -->

    <RelativeLayout
        android: >

        <ImageView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/feature_guide_4"
            android:contentDescription="@string/app_name" >
        </ImageView>

        <!--
             <TextView
            android: />
        -->
    </RelativeLayout>

</LinearLayout>

 

相关文章:

  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-09-19
  • 2021-11-07
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2021-12-05
  • 2021-11-17
相关资源
相似解决方案