android: frontend: Decrease spacing between game cards.
This commit is contained in:
parent
bb6a5f08f9
commit
5c04a4d80b
@ -14,8 +14,6 @@ import org.citra.citra_android.R;
|
|||||||
import org.citra.citra_android.adapters.GameAdapter;
|
import org.citra.citra_android.adapters.GameAdapter;
|
||||||
|
|
||||||
public final class PlatformGamesFragment extends Fragment implements PlatformGamesView {
|
public final class PlatformGamesFragment extends Fragment implements PlatformGamesView {
|
||||||
private static final String ARG_PLATFORM = "platform";
|
|
||||||
|
|
||||||
private PlatformGamesPresenter mPresenter = new PlatformGamesPresenter(this);
|
private PlatformGamesPresenter mPresenter = new PlatformGamesPresenter(this);
|
||||||
|
|
||||||
private GameAdapter mAdapter;
|
private GameAdapter mAdapter;
|
||||||
@ -47,7 +45,7 @@ public final class PlatformGamesFragment extends Fragment implements PlatformGam
|
|||||||
mRecyclerView.setLayoutManager(layoutManager);
|
mRecyclerView.setLayoutManager(layoutManager);
|
||||||
mRecyclerView.setAdapter(mAdapter);
|
mRecyclerView.setAdapter(mAdapter);
|
||||||
|
|
||||||
mRecyclerView.addItemDecoration(new GameAdapter.SpacesItemDecoration(8));
|
mRecyclerView.addItemDecoration(new GameAdapter.SpacesItemDecoration(6));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user