<Unable to achieve -90 degrees rotated textView in...
# stackoverflow
u
Unable to achieve -90 degrees rotated textView in linearLayout in Android Studio I try in my Android App to create a thin -90 degrees rotated TextView (one horizontal text line for example 30dp width with 400 dp height). Unfortunately instead that the TextView takes the height and width of its parent (LinearLayout) in the LinearLayout there is a very small square (with no text cause it's too small) displayed. XML Kotlin var width:Int?=null var height:Int?=null override fun onCreate(savedInstanceState: Bundle?) {...