This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
ytzh_Android_ZhongHui
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
no message
master
lh
7 years ago
parent
7c7dcf04d1
commit
389d977022
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/src/main/res/layout/fragment_work.xml
+1
-1
app/src/main/res/layout/item_work.xml
+ 2
- 0
app/src/main/res/layout/fragment_work.xml
View File
@ -232,6 +232,8 @@
android:id="@+id/rv_work"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/dp_5"
android:paddingBottom="@dimen/dp_5"
android:background="@color/white"
android:scrollbars="none">
+ 1
- 1
app/src/main/res/layout/item_work.xml
View File
@ -16,6 +16,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_5"
android:textSize="@dimen/text_size_1
4
" />
android:textSize="@dimen/text_size_1
2
" />
</LinearLayout>
Write
Preview
Loading…
Cancel
Save