调试窗修改
增加ADAS和OBU信息显示TextView最小行数
This commit is contained in:
@@ -569,6 +569,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/DebugSettingText"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:minLines="6"
|
||||
/>
|
||||
|
||||
<View
|
||||
@@ -857,6 +858,8 @@
|
||||
android:textColor="#000"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintTop_toBottomOf="@id/obuDivider"
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
android:minLines="4"
|
||||
/>
|
||||
<View
|
||||
android:id="@+id/obuDivider2"
|
||||
@@ -873,6 +876,7 @@
|
||||
android:textColor="#000"
|
||||
android:textSize="@dimen/dp_24"
|
||||
app:layout_constraintTop_toBottomOf="@id/obuDivider2"
|
||||
android:layout_margin="@dimen/dp_10"
|
||||
/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user