Java class of the city page layout
This commit is contained in:
parent
b92ca8fe6e
commit
daf4c67032
14
app/src/main/java/fr/romanet/vj/apps/myweather/AddCity.java
Normal file
14
app/src/main/java/fr/romanet/vj/apps/myweather/AddCity.java
Normal file
@ -0,0 +1,14 @@
|
||||
package fr.romanet.vj.apps.myweather;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
public class AddCity extends AppCompatActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.add_city_page);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user