TempTarget Dialog: Include missing Event Time
In the layout the line "Event Time:" is missing since some time, but in the code (TempTargetDialog.kt) the function is still realised. Here is the fix that adds the line again. I think some would miss this function ... ;-)
This commit is contained in:
parent
a83eb1c456
commit
df8fb69bc0
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<include
|
||||||
|
android:id="@+id/datetime"
|
||||||
|
layout="@layout/datetime" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/okcancel"
|
android:id="@+id/okcancel"
|
||||||
layout="@layout/okcancel" />
|
layout="@layout/okcancel" />
|
||||||
|
|
Loading…
Reference in a new issue