adding text to design preview for programatically set text

This commit is contained in:
Adam Brown 2022-01-13 10:39:34 +00:00
parent 47c9e75a77
commit 1f876b9088
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:colorBackground"
@ -132,7 +133,8 @@
app:layout_constraintBottom_toTopOf="@id/contentFooterSpacing"
app:layout_constraintEnd_toEndOf="@id/useCaseGutterEnd"
app:layout_constraintStart_toStartOf="@id/useCaseGutterStart"
app:layout_constraintTop_toBottomOf="@id/useCaseOptionThree" />
app:layout_constraintTop_toBottomOf="@id/useCaseOptionThree"
tools:text="Not sure yet? You can skip this question" />
<Space
android:id="@+id/contentFooterSpacing"