diff options
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml index 2395f65..ee5503f 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml @@ -9,6 +9,6 @@ <TextView android:layout_width="match_parent" android:layout_height="match_parent" - android:text="@string/hello_blank_fragment" /> + android:text="Home" /> </FrameLayout>
\ No newline at end of file |