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 ab7e95e commit d3ef36cCopy full SHA for d3ef36c
library/src/main/java/com/tippingcanoe/dewey/Dewey.java
@@ -238,4 +238,10 @@ public void setStripOffset(@DimenRes int stripOffset) {
238
public static interface OnFocusedPositionChangedListener {
239
void onFocusedPositionChanged ( int previousFocusedPosition, int newFocusedPosition );
240
}
241
+
242
+ public void remeasureItemWidth() {
243
+ ((DeweyLayoutManager) getLayoutManager()).updateForcedCellWidth();
244
+ forceLayout();
245
+ requestLayout();
246
+ }
247
0 commit comments