">
美文网首页
常用item-a

常用item-a

作者: wz9527 | 来源:发表于2017-05-30 17:56 被阅读0次

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">

<ImageView 
    android:id="@+id/imageview" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:src="http://wsx30303.blog.163.com/blog/@mipmap/ic_launcher"/> 
<LinearLayout 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:orientation="vertical"> 
    <TextView 
        android:id="@+id/text01" 
        android:layout_weight="1" 
        android:layout_width="wrap_content" 
        android:layout_height="0dp"/> 
    <TextView 
        android:id="@+id/text02" 
        android:layout_weight="1" 
        android:layout_width="wrap_content" 
        android:layout_height="0dp"/> 
</LinearLayout> 

</LinearLayout>

相关文章

  • 常用item-a

  • Android 中常用的框架集合

    常用框架 常用框架 常用框架 常用框架 常用框架 常用框架 常用框架 UI框架 感谢以上链接博主大佬的奉献。

  • php-常用函数

    常用函数 常用函数: 数组常用函数

  • iOS UIImageView

    常用属性 常用方法 不常用属性

  • JSP 内置对象(下)

    本文包括session(常用)application(常用)page(不常用)pageContext(不常用)pa...

  • 多视图应用-UITabBarController

    UITabBarController 常用属性: 常用方法: UITabBar 常用属性:

  • 集合

    1. 常用容器类 Collection 的常用方法 List 的常用方法 Set 的常用方法 Map 的常用方法 ...

  • GC常用参数

    GC常用参数 Parallel常用参数 CMS常用参数

  • JS第五天

    JS常用类 一、Number 1、常用数字 2、常用进制 3、NaN 4、常用常量 5、常用实例方法 v-hint...

  • 024 JS常用类

    JS常用类 一、Number 1、常用数字 2、常用进制 3、NaN 4、常用常量 5、常用实例方法 v-hint...

网友评论

      本文标题:常用item-a

      本文链接:https://www.haomeiwen.com/subject/avmrfxtx.html