parent
7892eed443
commit
9df08cdf24
|
@ -472,11 +472,6 @@ class AudioContentMainFragment : BaseFragment<FragmentAudioContentMainBinding>(
|
||||||
newContentViewModel.toastLiveData.observe(viewLifecycleOwner) {
|
newContentViewModel.toastLiveData.observe(viewLifecycleOwner) {
|
||||||
it?.let { Toast.makeText(requireContext(), it, Toast.LENGTH_LONG).show() }
|
it?.let { Toast.makeText(requireContext(), it, Toast.LENGTH_LONG).show() }
|
||||||
}
|
}
|
||||||
|
|
||||||
binding.llNewContentRefresh.setOnClickListener {
|
|
||||||
newContentViewModel.getThemeList()
|
|
||||||
newContentViewModel.getNewContentOfTheme("전체")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun setupContentRankingSortType() {
|
private fun setupContentRankingSortType() {
|
||||||
|
|
|
@ -227,31 +227,6 @@
|
||||||
android:layout_marginTop="13.3dp"
|
android:layout_marginTop="13.3dp"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:paddingHorizontal="13.3dp" />
|
android:paddingHorizontal="13.3dp" />
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/ll_new_content_refresh"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="13.3dp"
|
|
||||||
android:layout_marginHorizontal="13.3dp"
|
|
||||||
android:background="@drawable/bg_round_corner_26_7_transparent_909090"
|
|
||||||
android:gravity="center"
|
|
||||||
android:paddingVertical="11dp">
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:contentDescription="@null"
|
|
||||||
android:src="@drawable/ic_refresh" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginStart="8dp"
|
|
||||||
android:fontFamily="@font/gmarket_sans_medium"
|
|
||||||
android:text="새로고침"
|
|
||||||
android:textSize="14.7sp" />
|
|
||||||
</LinearLayout>
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
|
Loading…
Reference in New Issue