图片发自App


    xmlns:app="http://schemas.android.com/apk/res-auto"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:background="@color/colorGray">

   

        android:id="@+id/toolbar"

        layout="@layout/include_layout_fitting" />

   

        android:id="@+id/relativeLayout1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_below="@id/toolbar"

        android:orientation="vertical">

       

            android:id="@+id/header"

            android:layout_width="match_parent"

            android:layout_height="120dp"

            android:background="@color/colorPrimary"

            android:scaleType="centerCrop" />

   

   

        android:id="@+id/relativeLayout2"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_marginLeft="10dp"

        android:layout_marginTop="80dp"

        android:layout_marginRight="10dp">

       

            android:id="@+id/id_card"

            android:layout_width="match_parent"

            android:layout_height="wrap_content"

            android:layout_margin="5dp"

            android:foreground="?android:attr/selectableItemBackground"

            app:cardCornerRadius="5dp"

            app:cardElevation="10dp">

           

                android:layout_width="match_parent"

                android:layout_height="180dp"

                android:layout_marginLeft="@dimen/dimens_10"

                android:layout_marginTop="@dimen/dimens_20"

                android:layout_marginRight="@dimen/dimens_10"

                android:background="@drawable/mine_blue_shape"

                android:orientation="vertical">

               

                    android:layout_width="match_parent"

                    android:layout_heig

更多相关文章

  1. android折叠展开列表测试
  2. Android(安卓)下载图片的问题
  3. Android(安卓)View转换成图片保存
  4. Android(安卓)handler异步更新
  5. android之动画通过AnimationDrawable控制逐帧动画
  6. android 图片自动切换
  7. Unity调用Android保存图片到相册
  8. Android图片压缩
  9. 【Android】android图片轮播

随机推荐

  1. Android开发中出现Attempt to invoke vir
  2. Android 入门知识点梳理之一 四大组件
  3. Android(安卓)之Content Provider(URI)存储
  4. 初学Android,开机自启动的Service(七十三
  5. Android Jetpack组件学习 ViewModel & Li
  6. android读取properties配置文件
  7. android手势翻页效果【转】
  8. 花样Android ProgressBar 史上最强大讲解
  9. Android常用的15个框架
  10. Android(安卓)camera 默认显示黑白的问题