I watch Youtube examples, and I see that the instructor has widgets that I donโt have, such as text boxes of different sizes and analog clocks.
Can I get more widgets somewhere?
I got the text size, the same as in the "tutorial", using:
android:textAppearance="@style/TextAppearance.AppCompat.Large"
It looks like AndroidStudio has undergone some changes. The best option is to enter the "Text" mode and enter the style yourself. E.g. if you need the equivalent of the LargeText view, add a TextView and go into text mode and add the following line:
Android: textAppearance = "@ style / android: atr / textAppearanceLarge"
Or you can also edit TextView properties too.
You should add this line android:textAppearance="@android:style/TextAppearance.Large" inside the TextView after clicking on the "Text" tab next to the "Design" tab, located in the middle to the left of the "Design" tab. but you must keep in mind that first of all you need to drag a TextView from Widgets into the user interface or the Design section.
android:textAppearance="@android:style/TextAppearance.Large"
Go to the โTextโ tab, located in the middle to the left of the โDesignโ tab, find the TextView element and inside it just enter this line of code:
style = "/ android: atp / textAppearanceLarge"
Remember that this line of code must be inside the element for it to work.
Go to properties, and then select the text and select the application.
combat.large