|
|
@@ -16,6 +16,7 @@ import java.util.List;
|
|
|
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.bean.api.FAQBean;
|
|
|
+import kr.co.zumo.app.lifeplus.util.ResourceUtil;
|
|
|
|
|
|
/**
|
|
|
* FaqFragment
|
|
|
@@ -54,7 +55,7 @@ public class FAQFragment extends Fragment {
|
|
|
@Override
|
|
|
public void getItemOffsets(Rect outRect, View view, RecyclerView parent, RecyclerView.State state) {
|
|
|
super.getItemOffsets(outRect, view, parent, state);
|
|
|
- outRect.top = 12;
|
|
|
+ outRect.top = ResourceUtil.dpToPx(12);
|
|
|
}
|
|
|
});
|
|
|
|