Sign in
CNLive Android Team
/
CNLiveApp
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
68d7d1ae9595ddabfef3a6a74edd0cb53a2af3f0
Authored by
陈硕
2017-06-30 09:33:24 +0800
1 parent
660d578d
添加评论布局
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
app/src/main/res/layout/fragment_comments.xml
app/src/main/res/layout/fragment_comments.xml
View file @
68d7d1a
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<layout xmlns:android="http://schemas.android.com/apk/res/android"
3
- android:layout_width="match_parent"
4
- android:layout_height="match_parent">
3
+ >
5
4
6
5
<data>
7
6
...
...