Modyfing the id of our components

This commit is contained in:
BGbaderguet 2020-11-09 01:10:35 +01:00
parent fd71bd2b9b
commit 8f336520c9

View File

@ -21,7 +21,7 @@
android:minHeight="60dp" android:minHeight="60dp"
app:popupTheme="@style/Theme.MyWeather.PopupOverlay" /> app:popupTheme="@style/Theme.MyWeather.PopupOverlay" />
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
<Space <Space
@ -45,7 +45,7 @@
android:layout_height="100dp" /> android:layout_height="100dp" />
<EditText <EditText
android:id="@+id/editText" android:id="@+id/editTextNewCity"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="10dp" android:layout_marginLeft="10dp"
@ -58,7 +58,7 @@
android:layout_height="90dp" /> android:layout_height="90dp" />
<Button <Button
android:id="@+id/btnSave" android:id="@+id/btnSaveCity"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="10dp" android:layout_marginLeft="10dp"