|
|
|
@ -229,15 +229,14 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_margin="4dp"
|
|
|
|
|
android:background="@drawable/textview_border"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
|
android:singleLine="false"
|
|
|
|
|
android:text="Logs"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:inputType="textMultiLine"
|
|
|
|
|
android:textIsSelectable="true"
|
|
|
|
|
android:singleLine="false"
|
|
|
|
|
android:background="@drawable/textview_border"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/takePhotoBtn4"
|
|
|
|
|