| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" /> |
| | | |
| | | <cn.flightfeather.thirdapp.view.SlideSideBarView |
| | | <cn.flightfeather.thirdappmodule.view.SlideSideBarView |
| | | android:id="@+id/ssb_selected" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_marginStart="@dimen/dimen8" |
| | | android:background="?android:attr/selectableItemBackground" |
| | | tools:visibility="visible"> |
| | | </cn.flightfeather.thirdapp.view.SlideSideBarView> |
| | | </cn.flightfeather.thirdappmodule.view.SlideSideBarView> |
| | | |
| | | <cn.flightfeather.thirdapp.view.SlideSideBarView |
| | | <cn.flightfeather.thirdappmodule.view.SlideSideBarView |
| | | android:id="@+id/ssb_un_selected" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_marginEnd="@dimen/dimen8" |
| | | android:background="?android:attr/selectableItemBackground" |
| | | app:src="@drawable/ic_assignment_black_36dp"> |
| | | </cn.flightfeather.thirdapp.view.SlideSideBarView> |
| | | </cn.flightfeather.thirdappmodule.view.SlideSideBarView> |
| | | |
| | | <android.support.v7.widget.CardView |
| | | android:id="@+id/cv_filter_monitor_num" |