我正在尝试将可预滚动的div类居中,但它一直向左拉。
我尝试了文本中心课程
<TextView
android:text="Placeholder 101"
android:textSize="25sp"
android:background="#F44336"
android:layout_columnSpan="1"
android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:layout_rowSpan="1"
android:textDirection="?android:attr/windowTransitionBackgroundFadeDuration"
android:id="@+id/textViewx1"
android:rotation="90" />
我也尝试过使用CSS定位它
<div class="border pre-scrollable text-center" id='therapist-display'>
但是什么都没做。