diff --git a/app/src/main/res/drawable/dinosaur.xml b/app/src/main/res/drawable/dinosaur.xml new file mode 100644 index 0000000..d29d085 --- /dev/null +++ b/app/src/main/res/drawable/dinosaur.xml @@ -0,0 +1,34 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/lost_connection.png b/app/src/main/res/drawable/lost_connection.png new file mode 100644 index 0000000..5f6e5d6 Binary files /dev/null and b/app/src/main/res/drawable/lost_connection.png differ diff --git a/app/src/main/res/layout/fragment_init.xml b/app/src/main/res/layout/fragment_init.xml index ffebd8a..4edd169 100644 --- a/app/src/main/res/layout/fragment_init.xml +++ b/app/src/main/res/layout/fragment_init.xml @@ -4,18 +4,32 @@ android:layout_height="match_parent" xmlns:tools="http://schemas.android.com/tools"> + + \ No newline at end of file diff --git a/app/src/main/res/values-en/strings-en.xml b/app/src/main/res/values-en/strings-en.xml index f165428..e761795 100644 --- a/app/src/main/res/values-en/strings-en.xml +++ b/app/src/main/res/values-en/strings-en.xml @@ -23,5 +23,7 @@ Log in to your account QR code scanning Scan result + Profile + Server is unavailable Checking the session employee \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f88e7c8..7e51d96 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -24,6 +24,8 @@ Log in to your account QR code scanning Scan result + Profile + Checking the session employee \ No newline at end of file