Skip to content

Commit 482bba2

Browse files
committed
截图
1 parent bc23ba2 commit 482bba2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# StickyHeaderListView
22
仿滴滴打车开具发票页,ListView粘性Header
3+
4+
![]()

app/src/main/res/layout/activity_main.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
android:layout_marginTop="5dp"
1818
android:button="@drawable/selector_checkbox"
1919
android:paddingLeft="10dp"
20-
android:text="全选"/>
20+
android:text="全选" />
2121

2222
<TextView
2323
android:id="@+id/tv_desc"
@@ -37,7 +37,8 @@
3737
android:paddingLeft="15dp"
3838
android:paddingRight="15dp"
3939
android:paddingTop="5dp"
40-
android:text="下一步" />
40+
android:text="下一步"
41+
android:textColor="@android:color/white" />
4142

4243
</RelativeLayout>
4344

screenshot/screenshot.gif

1.6 MB
Loading

0 commit comments

Comments
 (0)