콘텐츠 메인
- 로그인 하지 않고도 페이지를 조회할 수 있도록 수정
This commit is contained in:
		@@ -24,8 +24,8 @@
 | 
			
		||||
 | 
			
		||||
                <ImageView
 | 
			
		||||
                    android:id="@+id/iv_logo"
 | 
			
		||||
                    android:layout_width="33.3dp"
 | 
			
		||||
                    android:layout_height="33.3dp"
 | 
			
		||||
                    android:layout_width="20dp"
 | 
			
		||||
                    android:layout_height="20dp"
 | 
			
		||||
                    android:layout_alignParentStart="true"
 | 
			
		||||
                    android:layout_centerVertical="true"
 | 
			
		||||
                    android:layout_marginEnd="8dp"
 | 
			
		||||
@@ -34,15 +34,15 @@
 | 
			
		||||
 | 
			
		||||
                <TextView
 | 
			
		||||
                    android:id="@+id/tv_title"
 | 
			
		||||
                    android:layout_width="0dp"
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:layout_centerVertical="true"
 | 
			
		||||
                    android:layout_toStartOf="@+id/iv_alarm"
 | 
			
		||||
                    android:layout_toEndOf="@+id/iv_logo"
 | 
			
		||||
                    android:fontFamily="@font/gmarket_sans_bold"
 | 
			
		||||
                    android:gravity="center_vertical"
 | 
			
		||||
                    android:text="보이스온"
 | 
			
		||||
                    android:textColor="@color/white"
 | 
			
		||||
                    android:textSize="24sp" />
 | 
			
		||||
                    android:textSize="18sp" />
 | 
			
		||||
 | 
			
		||||
                <ImageView
 | 
			
		||||
                    android:id="@+id/iv_alarm"
 | 
			
		||||
@@ -51,7 +51,8 @@
 | 
			
		||||
                    android:layout_marginEnd="16dp"
 | 
			
		||||
                    android:layout_toStartOf="@+id/iv_content_keep"
 | 
			
		||||
                    android:contentDescription="@null"
 | 
			
		||||
                    android:src="@drawable/ic_alarm_clock" />
 | 
			
		||||
                    android:src="@drawable/ic_alarm_clock"
 | 
			
		||||
                    android:visibility="gone" />
 | 
			
		||||
 | 
			
		||||
                <ImageView
 | 
			
		||||
                    android:id="@+id/iv_content_keep"
 | 
			
		||||
@@ -59,7 +60,8 @@
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:layout_alignParentEnd="true"
 | 
			
		||||
                    android:contentDescription="@null"
 | 
			
		||||
                    android:src="@drawable/ic_content_keep" />
 | 
			
		||||
                    android:src="@drawable/ic_content_keep"
 | 
			
		||||
                    android:visibility="gone" />
 | 
			
		||||
            </RelativeLayout>
 | 
			
		||||
 | 
			
		||||
            <RelativeLayout
 | 
			
		||||
@@ -96,14 +98,16 @@
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_marginHorizontal="13.3dp"
 | 
			
		||||
                android:layout_marginTop="30dp" />
 | 
			
		||||
                android:layout_marginTop="30dp"
 | 
			
		||||
                android:visibility="gone" />
 | 
			
		||||
 | 
			
		||||
            <com.zhpan.indicator.IndicatorView
 | 
			
		||||
                android:id="@+id/indicator_banner"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_gravity="center"
 | 
			
		||||
                android:layout_marginTop="6.7dp" />
 | 
			
		||||
                android:layout_marginTop="6.7dp"
 | 
			
		||||
                android:visibility="gone" />
 | 
			
		||||
 | 
			
		||||
            <RelativeLayout
 | 
			
		||||
                android:id="@+id/fl_search_channel"
 | 
			
		||||
@@ -112,6 +116,7 @@
 | 
			
		||||
                android:layout_marginHorizontal="13.3dp"
 | 
			
		||||
                android:layout_marginTop="30dp"
 | 
			
		||||
                android:background="@drawable/bg_round_corner_6_7_222222_bbbbbb"
 | 
			
		||||
                android:visibility="gone"
 | 
			
		||||
                app:layout_constraintEnd_toEndOf="parent"
 | 
			
		||||
                app:layout_constraintStart_toStartOf="parent"
 | 
			
		||||
                app:layout_constraintTop_toTopOf="parent">
 | 
			
		||||
@@ -138,13 +143,15 @@
 | 
			
		||||
            </RelativeLayout>
 | 
			
		||||
 | 
			
		||||
            <LinearLayout
 | 
			
		||||
                android:id="@+id/ll_category_container"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_marginHorizontal="13.3dp"
 | 
			
		||||
                android:layout_marginTop="30dp"
 | 
			
		||||
                android:background="@drawable/bg_round_corner_5_3_222222"
 | 
			
		||||
                android:orientation="vertical"
 | 
			
		||||
                android:paddingVertical="13.3dp">
 | 
			
		||||
                android:paddingVertical="13.3dp"
 | 
			
		||||
                android:visibility="gone">
 | 
			
		||||
 | 
			
		||||
                <LinearLayout
 | 
			
		||||
                    android:layout_width="match_parent"
 | 
			
		||||
@@ -612,7 +619,8 @@
 | 
			
		||||
        android:layout_marginBottom="16.7dp"
 | 
			
		||||
        android:background="@drawable/bg_round_corner_44_3bb9f1"
 | 
			
		||||
        android:orientation="horizontal"
 | 
			
		||||
        android:padding="13.3dp">
 | 
			
		||||
        android:padding="13.3dp"
 | 
			
		||||
        android:visibility="gone">
 | 
			
		||||
 | 
			
		||||
        <ImageView
 | 
			
		||||
            android:layout_width="20dp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user