- 라이브 우측 상단의 메시지 아이콘 색상 변경
This commit is contained in:
		| @@ -18,6 +18,9 @@ class MessageFragment : BaseFragment<FragmentMessageBinding>(FragmentMessageBind | ||||
|     } | ||||
|  | ||||
|     private fun setupView() { | ||||
|         binding.toolbar.tvBack.text = "메시지" | ||||
|         binding.toolbar.tvBack.setOnClickListener { requireActivity().finish() } | ||||
|  | ||||
|         val tabs = binding.tabs | ||||
|         tabs.addTab(tabs.newTab().setText("문자").setTag("message")) | ||||
|         tabs.addTab(tabs.newTab().setText("음성").setTag("voice")) | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.8 KiB | 
| @@ -5,16 +5,9 @@ | ||||
|     android:layout_height="match_parent" | ||||
|     android:orientation="vertical"> | ||||
|  | ||||
|     <TextView | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="50dp" | ||||
|         android:background="@color/black" | ||||
|         android:fontFamily="@font/gmarket_sans_bold" | ||||
|         android:gravity="center_vertical" | ||||
|         android:paddingHorizontal="13.3dp" | ||||
|         android:text="메시지" | ||||
|         android:textColor="@color/color_eeeeee" | ||||
|         android:textSize="18.3sp" /> | ||||
|     <include | ||||
|         android:id="@+id/toolbar" | ||||
|         layout="@layout/detail_toolbar" /> | ||||
|  | ||||
|     <com.google.android.material.tabs.TabLayout | ||||
|         android:id="@+id/tabs" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user