Swiched the Naming and Cleard stuff up
This commit is contained in:
@@ -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() {
|
||||
|
@@ -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() {
|
||||
|
@@ -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() {
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user