diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-02 23:35:35 +0100 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-02 23:35:35 +0100 |
commit | 00cf63fbf357e0068834487f622ba7faade51992 (patch) | |
tree | 1ffb3491ee9d3e4a97646ef293cb58649bfc6775 /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | df6852bf7b47835a31dd0ffeb5cfddccbf70aeba (diff) |
Dodata splash page.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/activity_splash_page.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/activity_splash_page.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/activity_splash_page.xml new file mode 100644 index 0000000..240bfbb --- /dev/null +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/activity_splash_page.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".Activities.SplashPage"> + +</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file |