| | |
| | | <RelativeLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <RadioGroup |
| | | android:layout_width="64dp" |
| | | android:layout_height="match_parent" |
| | | android:id="@+id/radio_group"> |
| | | |
| | | <RadioButton |
| | | android:id="@+id/radio1" |
| | | android:layout_width="match_parent" |
| | |
| | | android:checked="true" |
| | | android:background="@drawable/one_bottom_tab_bcg" |
| | | android:text="访客"/> |
| | | |
| | | <RadioButton |
| | | android:id="@+id/radio2" |
| | | android:layout_width="match_parent" |
| | |
| | | android:id="@+id/recyclerview_register" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"></com.camnter.easyrecyclerview.widget.EasyRecyclerView> |
| | | android:orientation="vertical"/> |
| | | |
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView |
| | | android:id="@+id/recyclerview_user" |
| | |
| | | android:layout_height="match_parent" |
| | | android:visibility="gone" |
| | | android:background="@android:color/white" |
| | | android:orientation="horizontal"></com.camnter.easyrecyclerview.widget.EasyRecyclerView> |
| | | android:orientation="horizontal"/> |
| | | </RelativeLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |