feat(feed): 콘텐츠 카테고리 타입을 보완한다
This commit is contained in:
@@ -4,11 +4,13 @@ import androidx.annotation.StringRes
|
||||
import kr.co.vividnext.sodalive.R
|
||||
|
||||
enum class FeedContentCategory(
|
||||
@StringRes val labelResId: Int,
|
||||
@param:StringRes val labelResId: Int,
|
||||
val ratioWidth: Int,
|
||||
val ratioHeight: Int
|
||||
) {
|
||||
Content(labelResId = R.string.feed_content_category_content, ratioWidth = 1, ratioHeight = 1),
|
||||
Audio(labelResId = R.string.home_recommendation_activity_audio, ratioWidth = 1, ratioHeight = 1),
|
||||
Photo(labelResId = R.string.screen_home_following_photo_content, ratioWidth = 1, ratioHeight = 1),
|
||||
Series(labelResId = R.string.feed_content_category_series, ratioWidth = 163, ratioHeight = 230),
|
||||
Magazine(labelResId = R.string.feed_content_category_magazine, ratioWidth = 163, ratioHeight = 218)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user