Skip to content

Commit ccf6f81

Browse files
committed
demo 注释
1 parent fb48621 commit ccf6f81

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
android:background="#aaa" />
4242
</RelativeLayout>
4343

44+
<!--此部分需要完整复制过去,删减或者更改ID会导致初始化找不到内容而报空-->
4445
<LinearLayout
4546
android:id="@+id/optionspicker"
4647
android:layout_width="fill_parent"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
android:background="#aaa" />
4242
</RelativeLayout>
4343

44+
45+
<!--此部分需要完整复制过去,删减或者更改ID会导致初始化找不到内容而报空-->
4446
<LinearLayout
4547
android:id="@+id/timepicker"
4648
android:layout_width="fill_parent"

0 commit comments

Comments
 (0)