|
|
@@ -47,8 +47,8 @@ public abstract class MyMainFragment extends FragmentBase<MyMainPresenter> imple
|
|
|
protected ConstraintLayout layoutLikeBookmark1;
|
|
|
protected ConstraintLayout layoutLikeBookmark2;
|
|
|
|
|
|
- protected ViewGroup layoutMember1;
|
|
|
- protected ViewGroup layoutMember2;
|
|
|
+ protected ConstraintLayout layoutMemberHeader;
|
|
|
+ protected ConstraintLayout layoutGuestHeader;
|
|
|
protected ViewGroup layoutGuest;
|
|
|
protected View arrowBookmark;
|
|
|
protected View arrowBucket;
|
|
|
@@ -76,9 +76,8 @@ public abstract class MyMainFragment extends FragmentBase<MyMainPresenter> imple
|
|
|
layoutLikeBookmark1 = findViewById(R.id.layout_like_bookmark1);
|
|
|
layoutLikeBookmark2 = findViewById(R.id.layout_like_bookmark2);
|
|
|
|
|
|
- layoutMember1 = findViewById(R.id.first_layout);
|
|
|
- layoutMember2 = findViewById(R.id.second_layout);
|
|
|
- layoutGuest = findViewById(R.id.layout_guest_first);
|
|
|
+ layoutMemberHeader = findViewById(R.id.layout_member_header);
|
|
|
+ layoutGuestHeader = findViewById(R.id.layout_guest_header);
|
|
|
|
|
|
arrowBookmark = findViewById(R.id.image_view_book_mark_arrow);
|
|
|
arrowBucket = findViewById(R.id.image_view_arrow_bucket_list);
|