diff --git a/common/src/dev/res/values/colors.xml b/common/src/dev/res/values/colors.xml new file mode 100644 index 00000000..68c7e25c --- /dev/null +++ b/common/src/dev/res/values/colors.xml @@ -0,0 +1,7 @@ + + + #00897B + #43A047 + #7CB342 + #C0CA33 + \ No newline at end of file diff --git a/common/src/main/ic_launcher-web.png b/common/src/main/ic_launcher-web.png new file mode 100644 index 00000000..4b2fc08c Binary files /dev/null and b/common/src/main/ic_launcher-web.png differ diff --git a/common/src/main/res/drawable/ic_launcher_background.xml b/common/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..81c545c8 --- /dev/null +++ b/common/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/drawable/ic_launcher_foreground.xml b/common/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..c44747ff --- /dev/null +++ b/common/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,27 @@ + + + + + + + diff --git a/common/src/main/res/drawable/icon_background.xml b/common/src/main/res/drawable/icon_background.xml new file mode 100644 index 00000000..81c545c8 --- /dev/null +++ b/common/src/main/res/drawable/icon_background.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/common/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/common/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/common/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/common/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/common/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/common/src/main/res/mipmap-hdpi/ic_launcher.png b/common/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..f4ce2b08 Binary files /dev/null and b/common/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/common/src/main/res/mipmap-hdpi/ic_launcher_round.png b/common/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..f4ce2b08 Binary files /dev/null and b/common/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/common/src/main/res/mipmap-mdpi/ic_launcher.png b/common/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..326b652a Binary files /dev/null and b/common/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/common/src/main/res/mipmap-mdpi/ic_launcher_round.png b/common/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..326b652a Binary files /dev/null and b/common/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/common/src/main/res/mipmap-xhdpi/ic_launcher.png b/common/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..c0692c4c Binary files /dev/null and b/common/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/common/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/common/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..c0692c4c Binary files /dev/null and b/common/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/common/src/main/res/mipmap-xxhdpi/ic_launcher.png b/common/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..b682da20 Binary files /dev/null and b/common/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/common/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/common/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..b682da20 Binary files /dev/null and b/common/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/common/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/common/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..0d64b307 Binary files /dev/null and b/common/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/common/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/common/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..0d64b307 Binary files /dev/null and b/common/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/leanback/build.gradle b/leanback/build.gradle index c25d181c..1c1da9ef 100644 --- a/leanback/build.gradle +++ b/leanback/build.gradle @@ -59,10 +59,12 @@ android { dev { dimension "stage" applicationIdSuffix ".dev" + manifestPlaceholders = [label: appName + "-Dev"] } mock { dimension "stage" applicationIdSuffix ".mock" + manifestPlaceholders = [label: appName + "-Mock"] } free { dimension "libs" diff --git a/leanback/src/main/AndroidManifest.xml b/leanback/src/main/AndroidManifest.xml index 659eab7c..2b918ae2 100644 --- a/leanback/src/main/AndroidManifest.xml +++ b/leanback/src/main/AndroidManifest.xml @@ -13,7 +13,8 @@