Modyfing the id of our components
This commit is contained in:
parent
fd71bd2b9b
commit
8f336520c9
@ -45,7 +45,7 @@
|
||||
android:layout_height="100dp" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/editText"
|
||||
android:id="@+id/editTextNewCity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
@ -58,7 +58,7 @@
|
||||
android:layout_height="90dp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnSave"
|
||||
android:id="@+id/btnSaveCity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user