diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 6763f9b016..e2b4f6f471 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -22,5 +22,5 @@
- @style/Theme.ElementX
-
+
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 3d52c58e26..bee89fe01d 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -21,5 +21,5 @@
- @drawable/splash_icon
- @style/Theme.ElementX
-
+
diff --git a/features/analytics/impl/build.gradle.kts b/features/analytics/impl/build.gradle.kts
index 60b4887a88..3bf58ab636 100644
--- a/features/analytics/impl/build.gradle.kts
+++ b/features/analytics/impl/build.gradle.kts
@@ -36,7 +36,6 @@ dependencies {
implementation(projects.libraries.core)
implementation(projects.libraries.architecture)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
api(projects.features.analytics.api)
api(projects.services.analytics.api)
diff --git a/features/createroom/impl/build.gradle.kts b/features/createroom/impl/build.gradle.kts
index fd7a6d6f5e..983be1a14a 100644
--- a/features/createroom/impl/build.gradle.kts
+++ b/features/createroom/impl/build.gradle.kts
@@ -43,7 +43,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrixui)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.mediapickers.api)
diff --git a/features/login/impl/build.gradle.kts b/features/login/impl/build.gradle.kts
index 2236438e2a..dc618a65f5 100644
--- a/features/login/impl/build.gradle.kts
+++ b/features/login/impl/build.gradle.kts
@@ -46,7 +46,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.network)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
implementation(libs.androidx.browser)
diff --git a/features/logout/impl/build.gradle.kts b/features/logout/impl/build.gradle.kts
index 398de6b3dc..88d8282875 100644
--- a/features/logout/impl/build.gradle.kts
+++ b/features/logout/impl/build.gradle.kts
@@ -35,7 +35,6 @@ dependencies {
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.dateformatter.api)
diff --git a/features/onboarding/impl/build.gradle.kts b/features/onboarding/impl/build.gradle.kts
index 86b4d1ede9..0952835d46 100644
--- a/features/onboarding/impl/build.gradle.kts
+++ b/features/onboarding/impl/build.gradle.kts
@@ -36,7 +36,6 @@ dependencies {
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.androidutils)
diff --git a/features/preferences/impl/build.gradle.kts b/features/preferences/impl/build.gradle.kts
index 1e76ee5c93..51a3fcdf6b 100644
--- a/features/preferences/impl/build.gradle.kts
+++ b/features/preferences/impl/build.gradle.kts
@@ -39,7 +39,6 @@ dependencies {
implementation(projects.libraries.designsystem)
implementation(projects.libraries.featureflag.api)
implementation(projects.libraries.featureflag.ui)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.network)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
diff --git a/features/rageshake/impl/build.gradle.kts b/features/rageshake/impl/build.gradle.kts
index fb3ca6ac84..b3cef73967 100644
--- a/features/rageshake/impl/build.gradle.kts
+++ b/features/rageshake/impl/build.gradle.kts
@@ -36,7 +36,6 @@ dependencies {
implementation(projects.libraries.core)
implementation(projects.libraries.architecture)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
api(libs.squareup.seismic)
api(projects.features.rageshake.api)
diff --git a/features/roomdetails/impl/build.gradle.kts b/features/roomdetails/impl/build.gradle.kts
index 2ad93a95f4..a1d12ba40e 100644
--- a/features/roomdetails/impl/build.gradle.kts
+++ b/features/roomdetails/impl/build.gradle.kts
@@ -38,7 +38,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrixui)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.mediapickers.api)
diff --git a/features/roomlist/impl/build.gradle.kts b/features/roomlist/impl/build.gradle.kts
index c1ee491e7f..ff25720aa5 100644
--- a/features/roomlist/impl/build.gradle.kts
+++ b/features/roomlist/impl/build.gradle.kts
@@ -44,7 +44,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrixui)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.testtags)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.dateformatter.api)
diff --git a/features/verifysession/impl/build.gradle.kts b/features/verifysession/impl/build.gradle.kts
index 965179ed28..cba9f2890e 100644
--- a/features/verifysession/impl/build.gradle.kts
+++ b/features/verifysession/impl/build.gradle.kts
@@ -37,7 +37,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrixui)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
api(libs.statemachine)
api(projects.features.verifysession.api)
diff --git a/libraries/designsystem/build.gradle.kts b/libraries/designsystem/build.gradle.kts
index f0d937ead3..e2180b5f84 100644
--- a/libraries/designsystem/build.gradle.kts
+++ b/libraries/designsystem/build.gradle.kts
@@ -32,7 +32,6 @@ android {
implementation(libs.coil.compose)
implementation(libs.accompanist.systemui)
implementation(libs.vanniktech.blurhash)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
ksp(libs.showkase.processor)
diff --git a/libraries/elementresources/build.gradle.kts b/libraries/elementresources/build.gradle.kts
deleted file mode 100644
index 1b9a021d7e..0000000000
--- a/libraries/elementresources/build.gradle.kts
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (c) 2022 New Vector Ltd
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
- */
-plugins {
- id("io.element.android-library")
-}
-
-android {
- namespace = "io.element.android.libraries.resources"
-}
-
-dependencies {
- implementation(libs.androidx.material)
-}
diff --git a/libraries/elementresources/src/main/AndroidManifest.xml b/libraries/elementresources/src/main/AndroidManifest.xml
deleted file mode 100644
index 19db0c3d57..0000000000
--- a/libraries/elementresources/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/libraries/elementresources/src/main/res/values/colors.xml b/libraries/elementresources/src/main/res/values/colors.xml
deleted file mode 100644
index e25bea60b0..0000000000
--- a/libraries/elementresources/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
- @color/palette_melon
- #2f9edb
-
-
- #2f9edb
- ?colorError
-
-
- @color/palette_azure
- @color/palette_melon
-
-
-
- #99000000
- #27303A
-
- #1E61708B
-
-
-
- @android:color/black
- #0BAC7E
-
- #80000000
-
- #55000000
- #8A000000
-
-
- @color/element_system_light
- @color/element_system_light
- @color/element_background_dark
- @color/element_system_dark
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @android:color/white
- #FF181B21
- #FF181B21
-
-
- #1EFFFFFF
- @android:color/black
- @android:color/black
-
-
- #FF2E2F32
- #FFA1B2D1
- #FFA1B2D1
-
-
- #66000000
- #BF000000
- #BF000000
-
-
- #EBEFF5
- #27303A
- #27303A
-
-
- #61708B
- #E3E8F0
- #E3E8F0
-
-
- #AAAAAAAA
- #55555555
-
- #EEEEEE
-
-
- #FFF3F8FD
- #22252B
- #22252B
-
-
- #2011BC8A
- #4011BC8A
- #4011BC8A
-
-
-
- #FFF8E3
- #22262E
-
-
- @color/black_alpha
- @android:color/transparent
-
-
- @color/palette_black_900
- @color/palette_gray_400
-
-
-
- @color/palette_gray_100
- @color/palette_gray_450
-
-
- @color/palette_element_green
- @color/palette_element_green
-
-
- @color/element_alert_light
- @color/element_alert_dark
-
-
- @color/palette_element_orange
- @color/palette_element_orange
-
-
-
- @color/palette_prune
- @color/palette_prune
-
-
- #0DBD8B
- #0F0DBD8B
- #17191C
- #91A1C0
- #FF4B55
- #0FFF4B55
- @color/palette_gray_200
-
-
-
- @color/palette_white
- @color/palette_black_950
-
-
-
- #EEF8F4
- #1D292A
-
-
diff --git a/libraries/elementresources/src/main/res/values/dimens.xml b/libraries/elementresources/src/main/res/values/dimens.xml
deleted file mode 100644
index 274b9336fc..0000000000
--- a/libraries/elementresources/src/main/res/values/dimens.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
- 48dp
-
- 16dp
- 16dp
- 32dp
-
- 50dp
- 20dp
- 16dp
-
- 32dp
-
- 8dp
-
- - 0.75
-
- 16dp
- 20dp
- 4dp
-
- 128dp
- 88dp
- 8dp
-
- 76dp
-
-
- 280dp
-
-
- 320dp
-
-
- 8dp
- 160dp
-
- 24dp
- 48dp
- 48dp
- 34dp
-
- 28dp
- 6dp
- 350sp
- 8dp
-
-
- - 0.05
- - 0.95
-
- - 0.01
- - 0.35
-
- - 0.15
- - 0.05
-
-
- 10dp
- 16dp
- 12dp
- 8dp
- 12dp
- 22dp
-
-
- 48dp
- 36dp
-
-
- 112dp
-
-
- 8dp
- 16dp
- 28dp
-
diff --git a/libraries/elementresources/src/main/res/values/dimens_font.xml b/libraries/elementresources/src/main/res/values/dimens_font.xml
deleted file mode 100644
index 4d7c1772f2..0000000000
--- a/libraries/elementresources/src/main/res/values/dimens_font.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
- 24sp
- 18sp
- 16sp
- 14sp
- 12sp
- 10sp
- 8sp
-
- 14sp
-
-
diff --git a/libraries/elementresources/src/main/res/values/palette.xml b/libraries/elementresources/src/main/res/values/palette.xml
deleted file mode 100644
index 4652df3f31..0000000000
--- a/libraries/elementresources/src/main/res/values/palette.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
- #368BD6
- #74D12C
- #AC3BA8
- #03B381
- #E64F7A
- #FF812D
-
- #0DBD8B
- #D9B072
- #FFFFFF
- #FF5B55
-
- #7E69FF
- #2DC2C5
- #5C56F5
- #0086E6
-
-
- #F4F6FA
- #E3E8F0
- #C1C6CD
- #8D97A5
- #737D8C
- #17191C
-
- #F4F9FD
-
-
- #A9B2BC
- #8E99A4
- #6F7882
- #394049
- #15191E
- #21262C
-
-
diff --git a/libraries/elementresources/src/main/res/values/palette_mobile.xml b/libraries/elementresources/src/main/res/values/palette_mobile.xml
deleted file mode 100644
index 07054ca5c8..0000000000
--- a/libraries/elementresources/src/main/res/values/palette_mobile.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
- @android:color/black
- @android:color/white
-
- @color/palette_vermilion
- @color/palette_vermilion
-
- @color/palette_links
- @color/palette_links
-
-
-
-
-
-
-
-
- @color/palette_black_900
- @color/palette_gray_200
- @color/palette_gray_150
- @color/palette_gray_100
- @color/palette_gray_50
-
- @color/palette_white
- @color/palette_gray_250
- @color/palette_gray_300
- @color/palette_gray_400
- @color/palette_gray_450
-
-
- @color/palette_gray_25
- @color/palette_black_950
-
- @color/palette_white
- @color/palette_black_800
- @android:color/black
-
- @color/palette_azure
- @color/palette_grape
- @color/palette_verde
- @color/palette_polly
- @color/palette_melon
- @color/palette_aqua
- @color/palette_prune
- @color/palette_kiwi
-
-
- @color/palette_verde
- @color/palette_azure
- @color/palette_grape
-
diff --git a/libraries/elementresources/src/main/res/values/styles_bottom_sheet.xml b/libraries/elementresources/src/main/res/values/styles_bottom_sheet.xml
deleted file mode 100644
index 12ecc37b82..0000000000
--- a/libraries/elementresources/src/main/res/values/styles_bottom_sheet.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/libraries/elementresources/src/main/res/values/styles_edit_text.xml b/libraries/elementresources/src/main/res/values/styles_edit_text.xml
deleted file mode 100644
index de97e1cde0..0000000000
--- a/libraries/elementresources/src/main/res/values/styles_edit_text.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/libraries/elementresources/src/main/res/values/theme_light.xml b/libraries/elementresources/src/main/res/values/theme_light.xml
deleted file mode 100644
index 04a6f79355..0000000000
--- a/libraries/elementresources/src/main/res/values/theme_light.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/libraries/permissions/impl/build.gradle.kts b/libraries/permissions/impl/build.gradle.kts
index bd9b257fae..31a4e4bbb1 100644
--- a/libraries/permissions/impl/build.gradle.kts
+++ b/libraries/permissions/impl/build.gradle.kts
@@ -47,7 +47,6 @@ dependencies {
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrixui)
implementation(projects.libraries.designsystem)
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
api(projects.libraries.permissions.api)
diff --git a/libraries/textcomposer/build.gradle.kts b/libraries/textcomposer/build.gradle.kts
index dee2abc5c6..76d7d00a03 100644
--- a/libraries/textcomposer/build.gradle.kts
+++ b/libraries/textcomposer/build.gradle.kts
@@ -25,7 +25,6 @@ android {
}
dependencies {
- implementation(projects.libraries.elementresources)
implementation(projects.libraries.uiStrings)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.core)