求大神告知Android微信朋友圈界面代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求大神告知Android微信朋友圈界面代码相关的知识,希望对你有一定的参考价值。
设计要求如下:仿照自己的微信朋友圈,实现界面设计。垂直线性布局中添加相 对布局管理器,使用显示头像和微信图标的图像视图组件(ImageView)
<?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> 参考技术A 哈哈😄不懂的
EVE登录器更新就一直卡在那不动了,是怎么回事?求大神告知.
参考技术A 你可以关了再试试 或者 断网在连 不过五号这天是大更新 你下不动应该正常 这两天好没好呢 参考技术B EVE今天15:00已经关服维护.再次开启后就是商业版了,要收费了..本回答被提问者和网友采纳 参考技术C 和你一样,卡在同一位置了 参考技术D 我的已经解决了,有个repair的应用程序,点开按照提示弄一下就好了 第5个回答 2012-12-05 三点的时候我还在线啊
以上是关于求大神告知Android微信朋友圈界面代码的主要内容,如果未能解决你的问题,请参考以下文章