app/src/main/res/layout/item_layout.xml
@@ -6,6 +6,8 @@ android:orientation="vertical" android:padding="16dp"> <TextView android:id="@+id/tvTitle" android:layout_width="match_parent" @@ -19,4 +21,11 @@ android:layout_height="wrap_content" android:textSize="14sp" android:layout_marginTop="4dp"/> <TextView android:id="@+id/overTimeMsg" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="4dp" android:textSize="14sp" /> </LinearLayout>