We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1230a commit 14892a7Copy full SHA for 14892a7
sample/src/main/java/com/cloudinary/android/sample/app/ImageActivity.java
@@ -79,7 +79,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
79
imageView = (ImageView) findViewById(R.id.image_view);
80
descriptionTextView = (TextView) findViewById(R.id.effectDescription);
81
recyclerView = (RecyclerView) findViewById(R.id.effectsGallery);
82
- recyclerView.setHasFixedSize(true);
83
LinearLayoutManager layoutManager = new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false);
84
recyclerView.setLayoutManager(layoutManager);
85
0 commit comments