| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/view_size_0" |
| | | android:layout_weight="1" |
| | | android:background="@color/colorPrimary"></View> |
| | | android:background="@color/colorPrimary"/> |
| | | |
| | | <View |
| | | android:id="@+id/fragment_supervisory_bottom_attendance_background" |
| | |
| | | android:layout_height="@dimen/view_size_0" |
| | | android:layout_weight="1" |
| | | android:background="@color/colorPrimary" |
| | | android:visibility="invisible"></View> |
| | | android:visibility="invisible"/> |
| | | </LinearLayout> |
| | | </RelativeLayout> |
| | | <RelativeLayout |
| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@android:color/white"> |
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView |
| | | android:id="@+id/recyclerview_register" |
| | | android:id="@+id/fragment_supervisory_bottom_register_list" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"/> |
| | | |
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView |
| | | android:id="@+id/recyclerview_user" |
| | | android:id="@+id/fragment_supervisory_bottom_visitor_list" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:visibility="gone" |