Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in Android Studio please its for to put in as textview and edittext when i try to type in the editview and the textview in

in Android Studio please image text in transcribed
its for to put in as textview and edittext
when i try to type in the editview and the textview in the figure, I get an error on both editview
android:id="@+id/textHome"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginLeft="16dp"
android:layout_marginTop="16dp"
android:text="Home Phone:"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/editCity" />
android:id="@+id/editHome"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginLeft="16dp"
android:MaxLengh="14"
android:ems="8"
android:imeOptions="actionNext"
android:inputType="phone"
android:nextFocusDown="@+id/editCell"
app:layout_constraintStart_toStartOf="parent"
tools:layout_editor_absoluteY="326dp">
android:id="@+id/textCell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="2dp"
android:layout_marginLeft="2dp"
android:layout_marginTop="16dp"
android:text="Cell Phone:"
app:layout_constraintStart_toEndOf="@+id/editHome"
app:layout_constraintTop_toBottomOf="@+id/editCity" />
android:id="@+id/editCell"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="2dp"
android:layout_marginLeft="2dp"
android:ems="8"
android:maxLength="14"
android:inputType="phone"
android:imeOptions="actionNext"
android:nextFocusDown="@+id/editEMail"
app:layout_constraintStart_toStartOf="@+id/textCell">
image text in transcribed
53 + - www C C p. 53 18 TM www www www.tontexts ellery www length Text Light a Mia aunty Code 1 Split Design Gradle 197 198 199 200 Layout Validation 201 202 283 204 205 206 207 200 209 210 211 212 21 214 Text TILITI ITT TIT Device File Explorer 216 217 230 222 225 224 d Emulator

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions