Swiched the Naming and Cleard stuff up

This commit is contained in:
2020-10-05 14:46:29 +02:00
parent d7f59301e2
commit 9d7a4dc3ce
6 changed files with 10 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ public class DashboardViewModel extends ViewModel {
public DashboardViewModel() {
mText = new MutableLiveData<>();
mText.setValue("This is dashboard fragment");
mText.setValue("This is the Üben segment");
}
public LiveData<String> getText() {

View File

@@ -10,7 +10,7 @@ public class HomeViewModel extends ViewModel {
public HomeViewModel() {
mText = new MutableLiveData<>();
mText.setValue("This is home fragment");
mText.setValue("This is The Dasbord");
}
public LiveData<String> getText() {

View File

@@ -10,7 +10,7 @@ public class NotificationsViewModel extends ViewModel {
public NotificationsViewModel() {
mText = new MutableLiveData<>();
mText.setValue("This is notifications fragment");
mText.setValue("This is the abfragen fragment");
}
public LiveData<String> getText() {

View File

@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Vokabel-Trainer</string>
<string name="title_home">Einfügen</string>
<string name="title_dashboard">Üben</string>
<string name="title_notifications">Abfragen</string>
<string name="title_home">Dashbord</string>
<string name="title_dashboard">Abfragen</string>
<string name="title_notifications">Einfügen</string>
</resources>