|
@@ -221,9 +221,10 @@ public class ExtendedListFragment extends Fragment implements
|
|
searchView.setMaxWidth((int) (width * 0.4));
|
|
searchView.setMaxWidth((int) (width * 0.4));
|
|
} else {
|
|
} else {
|
|
if (activity instanceof FolderPickerActivity) {
|
|
if (activity instanceof FolderPickerActivity) {
|
|
- searchView.setMaxWidth((int) (width * 0.8));
|
|
|
|
|
|
+ searchView.
|
|
|
|
+ setMaxWidth((int) (width * 0.8));
|
|
} else {
|
|
} else {
|
|
- searchView.setMaxWidth((int) (width * 0.7));
|
|
|
|
|
|
+ searchView.setMaxWidth(width);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|