change logo and splash
5
NOTICE
|
@ -1,5 +1,4 @@
|
|||
Copyright 2020 My.com B.V. (Mail.Ru Group)
|
||||
Copyright 2021 Organic Maps Contributors
|
||||
Copyright 2024 rebus.tj (Rebus Group) Not really Rebus will be updated
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -13,10 +12,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
The app is based on Organic maps.
|
||||
Most libraries in the following directories made by other people and
|
||||
organizations and licensed in different ways:
|
||||
* `3party`
|
||||
* `tools`
|
||||
Please refer to their LICENCE, COPYING or NOTICE files for terms of use.
|
||||
Some icons files may be copyrighted by (C) 2020 My.com B.V. (Mail.Ru Group)
|
||||
See also `data/copyright.html` file for a full list of copyright notices.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Tourism
|
||||
|
||||
This app is for Tajikistan tourists. It's based on open source app Organics map.
|
||||
This app is for Tajikistan tourists. It's based on open source app Organic map.
|
||||
|
||||
## Features of their map
|
||||
|
||||
|
|
BIN
android/app/src/debug/ic_launcher-playstore.png
Normal file
After Width: | Height: | Size: 59 KiB |
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 8.4 KiB |
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 3.1 KiB |
BIN
android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.9 KiB |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 1.8 KiB |
BIN
android/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 13 KiB |
BIN
android/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 4.5 KiB |
BIN
android/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 24 KiB |
BIN
android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 63 KiB |
After Width: | Height: | Size: 8 KiB |
BIN
android/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 37 KiB |
BIN
android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 12 KiB |
BIN
android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#000000</color>
|
||||
</resources>
|
BIN
android/app/src/main/ic_launcher-playstore.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
android/app/src/main/res/drawable/brand_logo.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
android/app/src/main/res/drawable/splash_background.png
Normal file
After Width: | Height: | Size: 1 MiB |
|
@ -1,47 +1,45 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center">
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv__logo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:contentDescription="@null"
|
||||
app:srcCompat="@drawable/splash"
|
||||
android:layout_weight="1000"
|
||||
android:layout_margin="@dimen/margin_double"/>
|
||||
<ImageView
|
||||
android:id="@+id/iv__logo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="centerCrop"
|
||||
app:srcCompat="@drawable/splash_background" />
|
||||
|
||||
<LinearLayout
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="@dimen/margin_double">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv__app_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/margin_eighth"
|
||||
android:text="@string/app_name"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Title.Splash" />
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv__splash_subtitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/splash_subtitle"
|
||||
android:layout_marginStart="@dimen/margin_double"
|
||||
android:layout_marginEnd="@dimen/margin_double"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Toolbar" />
|
||||
<ImageView
|
||||
android:id="@+id/logo"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="200dp"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="centerCrop"
|
||||
app:srcCompat="@drawable/brand_logo" />
|
||||
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/brand_name"
|
||||
android:textColor="@color/white_primary"
|
||||
android:textSize="20sp"
|
||||
android:textAlignment="center"
|
||||
android:textStyle="bold"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginHorizontal="48dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 2.7 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.8 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.6 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.7 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4 KiB |
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 6.4 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 7.8 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Normal file
After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Normal file
After Width: | Height: | Size: 15 KiB |
|
@ -2160,4 +2160,5 @@
|
|||
<string name="type.amenity.events_venue">Место проведения мероприятий</string>
|
||||
<string name="type.shop.auction">Аукцион</string>
|
||||
<string name="type.shop.collector">Коллекции</string>
|
||||
<string name="brand_name"> Комитет по туризму при Правительстве Республики Таджикистан </string>
|
||||
</resources>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<color name="base_accent_pressed">#FF1C85D6</color>
|
||||
<color name="base_accent_pressed_night">#FF3C9BBE</color>
|
||||
<color name="base_accent_transparent">#1E249CF2</color>
|
||||
<color name="transparent">#00000000</color>
|
||||
|
||||
<color name="base_red">#FFF54137</color>
|
||||
<color name="dark_red">#F51E30</color>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">@color/logo</color>
|
||||
<color name="ic_launcher_background">#0688E6</color>
|
||||
</resources>
|
|
@ -2201,4 +2201,6 @@
|
|||
<string name="type.amenity.events_venue">Events Venue</string>
|
||||
<string name="type.shop.auction">Auction</string>
|
||||
<string name="type.shop.collector">Collectables</string>
|
||||
//todo
|
||||
<string name="brand_name"> Комитет по туризму при Правительстве Республики Таджикистан </string>
|
||||
</resources>
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
<style name="MwmTheme.Night" parent="MwmTheme.Night.Base"/>
|
||||
|
||||
<style name="MwmTheme.Splash">
|
||||
<item name="android:windowBackground">@color/bg_primary</item>
|
||||
<item name="android:windowBackground">@color/transparent</item>
|
||||
<item name="android:textColorPrimary">@color/white_primary</item>
|
||||
<item name="android:navigationBarColor">@color/bg_primary</item>
|
||||
<item name="android:statusBarColor">@color/bg_primary</item>
|
||||
<item name="android:navigationBarColor">@color/transparent</item>
|
||||
<item name="android:statusBarColor">@color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.Night.Splash">
|
||||
<item name="android:windowBackground">@color/bg_primary_night</item>
|
||||
<item name="android:windowBackground">@color/transparent</item>
|
||||
<item name="android:textColorPrimary">@color/white_primary</item>
|
||||
<item name="android:navigationBarColor">@color/bg_primary_night</item>
|
||||
<item name="android:statusBarColor">@color/bg_primary_night</item>
|
||||
<item name="android:navigationBarColor">@color/transparent</item>
|
||||
<item name="android:statusBarColor">@color/transparent</item>
|
||||
</style>
|
||||
|
||||
<!-- Theme is overridden in v27 folder to handle cutouts -->
|
||||
|
|