When you want to apply a minor tweak to the document, it should not take long to Compose title notice. This type of basic activity does not have to demand additional education or running through manuals to learn it. Using the appropriate document modifying tool, you will not take more time than is necessary for such a quick edit. Use DocHub to streamline your modifying process whether you are an experienced user or if it’s your first time making use of a web-based editor service. This tool will require minutes to learn how to Compose title notice. The only thing required to get more productive with editing is a DocHub profile.
A plain document editor like DocHub will help you optimize the amount of time you need to devote to document modifying regardless of your previous experience with this kind of resources. Create an account now and improve your productivity instantly with DocHub!
hey guys and welcome back to a new video have you ever had a problem that you have a single line text and you need to display that in a box with a fixed whip like here then it can happen on smaller devices that the the size of this box actually shrinks and the text does not fit in anymore as you can see here however today Im going to show you a solution um let me quickly show you a demo of that that will dynamically update the text to always fit in the box where you put it so you cant specif you can specify a default size and as you can see now the box has the same width but the text perfectly fits in so you can specify default size on large screens it will use the default size but if the text is too small it will shrink it down to fit exactly into the box and to implement that custom text lets jump into an empty Android Studio project and here were going to create a new composable file so that will be called Auto resized text select file and create that composable function here A