새로운 ASMR, 라이브 다시듣기 전체보기 페이지 추가
This commit is contained in:
		
							
								
								
									
										28
									
								
								app/src/main/res/layout/activity_asmr_new_content_all.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								app/src/main/res/layout/activity_asmr_new_content_all.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    android:background="@color/black"
 | 
			
		||||
    android:orientation="vertical">
 | 
			
		||||
 | 
			
		||||
    <include
 | 
			
		||||
        android:id="@+id/toolbar"
 | 
			
		||||
        layout="@layout/detail_toolbar" />
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_marginTop="13.3dp"
 | 
			
		||||
        android:background="@color/color_222222"
 | 
			
		||||
        android:fontFamily="@font/gmarket_sans_medium"
 | 
			
		||||
        android:paddingHorizontal="13.3dp"
 | 
			
		||||
        android:paddingVertical="8dp"
 | 
			
		||||
        android:text="※ 최근 2주간 등록된 새로운 ASMR 입니다."
 | 
			
		||||
        android:textSize="14.67sp" />
 | 
			
		||||
 | 
			
		||||
    <androidx.recyclerview.widget.RecyclerView
 | 
			
		||||
        android:id="@+id/rv_content"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent"
 | 
			
		||||
        android:clipToPadding="false" />
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
		Reference in New Issue
	
	Block a user