求大神告知Android微信朋友圈界面代码

设计要求如下:仿照自己的微信朋友圈,实现界面设计。垂直线性布局中添加相对布局管理器,使用显示头像和微信图标的图像视图组件(ImageView)... 设计要求如下:仿照自己的微信朋友圈,实现界面设计。垂直线性布局中添加相 对布局管理器,使用显示头像和微信图标的图像视图组件(ImageView) 展开
 我来答
鲁东孙漂流记
2018-12-17 · TA获得超过513个赞
知道小有建树答主
回答量:892
采纳率:85%
帮助的人:133万
展开全部

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="cn.tomcat7.baidu.MainActivity">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">

        <ImageView
            android:layout_width="64dip"
            android:layout_height="64dip"
            android:src="@mipmap/ic_launcher" />

        <LinearLayout
            android:layout_width="0dip"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:orientation="vertical">

            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:maxLines="1"
                android:text="赤壁赋"
                android:textColor="#000000"
                android:textSize="16dip" />

            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:text="壬戌之秋,七月既望,苏子与客泛舟游于赤壁之下。清风徐来,水波不兴。举酒属客,诵明月之诗,歌窈窕之章。少焉,月出于东山之上,徘徊于斗牛之间。白露横江,水光接天。纵一苇之所如,凌万顷之茫然。浩浩乎如冯虚御风,而不知其所止;飘飘乎如遗世独立,羽化而登仙。" />
        </LinearLayout>
    </LinearLayout>

    <View
        android:layout_width="match_parent"
        android:layout_height="1dip"
        android:background="#f1f1f1" />

</LinearLayout>
百度网友ec87874
高能答主

2018-12-17 · 认真答题,希望能帮到你
知道大有可为答主
回答量:2.6万
采纳率:99%
帮助的人:549万
展开全部
哈哈😄不懂的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式