diff --git a/app/release/baselineProfiles/0/app-release.dm b/app/release/baselineProfiles/0/app-release.dm index 1c31e40..0782eed 100644 Binary files a/app/release/baselineProfiles/0/app-release.dm and b/app/release/baselineProfiles/0/app-release.dm differ diff --git a/app/release/baselineProfiles/1/app-release.dm b/app/release/baselineProfiles/1/app-release.dm index df08986..eb5b5ee 100644 Binary files a/app/release/baselineProfiles/1/app-release.dm and b/app/release/baselineProfiles/1/app-release.dm differ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 713b1cd..8b77709 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,8 +13,8 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_channel_foreground.xml b/app/src/main/res/drawable/ic_channel_foreground.xml new file mode 100644 index 0000000..05b7cf8 --- /dev/null +++ b/app/src/main/res/drawable/ic_channel_foreground.xml @@ -0,0 +1,15 @@ + + > + + + + + diff --git a/app/src/main/res/drawable/icon.xml b/app/src/main/res/drawable/icon.xml new file mode 100644 index 0000000..a479522 --- /dev/null +++ b/app/src/main/res/drawable/icon.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml b/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml new file mode 100644 index 0000000..a0a0dec --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_channel.xml b/app/src/main/res/mipmap-anydpi-v26/ic_channel.xml new file mode 100644 index 0000000..1b65be0 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_channel.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-xhdpi/ic_banner.png b/app/src/main/res/mipmap-xhdpi/ic_banner.png new file mode 100644 index 0000000..a5ab1c4 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_banner.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_channel.png b/app/src/main/res/mipmap-xhdpi/ic_channel.png new file mode 100644 index 0000000..a77efa8 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_channel.png differ diff --git a/app/src/main/res/values/ic_banner_background.xml b/app/src/main/res/values/ic_banner_background.xml new file mode 100644 index 0000000..0064683 --- /dev/null +++ b/app/src/main/res/values/ic_banner_background.xml @@ -0,0 +1,4 @@ + + + #343434 + \ No newline at end of file diff --git a/app/src/main/res/values/ic_channel_background.xml b/app/src/main/res/values/ic_channel_background.xml new file mode 100644 index 0000000..d4b063b --- /dev/null +++ b/app/src/main/res/values/ic_channel_background.xml @@ -0,0 +1,4 @@ + + + #343434 + \ No newline at end of file diff --git a/app/src/main/res/values/icon_background.xml b/app/src/main/res/values/icon_background.xml new file mode 100644 index 0000000..321f731 --- /dev/null +++ b/app/src/main/res/values/icon_background.xml @@ -0,0 +1,4 @@ + + + #343434 + \ No newline at end of file