[editor] More explanation for 'building_levels'

Signed-off-by: map per <map-per@gmx.de>
This commit is contained in:
map per
2025-06-13 21:28:06 +02:00
committed by Konstantin Pastbin
parent c3f865a090
commit ddbbe244f2
46 changed files with 2 additions and 47 deletions

View File

@@ -431,8 +431,7 @@ public class EditorFragment extends BaseMwmFragment implements View.OnClickListe
// Details
View mBlockLevels = view.findViewById(R.id.block_levels);
mBuildingLevels = findInputAndInitBlock(mBlockLevels, R.drawable.ic_floor,
getString(R.string.editor_storey_number, Editor.nativeGetMaxEditableBuildingLevels()));
mBuildingLevels = findInputAndInitBlock(mBlockLevels, R.drawable.ic_floor, R.string.editor_building_levels);
mBuildingLevels.setInputType(InputType.TYPE_CLASS_NUMBER);
mInputBuildingLevels = mBlockLevels.findViewById(R.id.custom_input);
View blockPhone = view.findViewById(R.id.block_phone);