android 消息列表,[Android]用LinearLayout 实现类微信消息列表项
實現效果:
微信參照界面:
一個關鍵點: "早晚報"與"下午19:05"之間要用空白TextView隔開,來造成一個靠左,一個靠右的效果
LinearLayout Item 結構如下
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/green"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:id="@+id/nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="早晚報"/>
android:id="@+id/nickname22"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
android:id="@+id/rightnickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="下午19:05"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:id="@+id/rightnickname2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="晚報:北京10日出租車漲價"/>
總結
以上是生活随笔為你收集整理的android 消息列表,[Android]用LinearLayout 实现类微信消息列表项的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android数据存储心得,androi
- 下一篇: android studio启动停止命令