Skip to content

Commit 3c64df3

Browse files
committedNov 13, 2019
class 37 updates
1 parent 45ef39c commit 3c64df3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎class-37/BuyCheapStuff/app/src/main/res/layout/activity_main.xml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
android:id="@+id/imageButton"
4545
android:layout_width="wrap_content"
4646
android:layout_height="wrap_content"
47+
android:contentDescription="Settings"
4748
android:onClick="goToSettingsActivity"
4849
app:layout_constraintEnd_toEndOf="parent"
4950
app:layout_constraintStart_toEndOf="@+id/editText"

‎class-37/BuyCheapStuff/app/src/main/res/layout/activity_settings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<EditText
1010
android:id="@+id/nameEditText"
1111
android:layout_width="wrap_content"
12-
android:layout_height="wrap_content"
12+
android:layout_height="48dp"
1313
android:ems="10"
1414
android:hint="username"
1515
android:inputType="textPersonName"

0 commit comments

Comments
 (0)
Please sign in to comment.