diff --git a/app/build.gradle b/app/build.gradle index 46b082d87..0f180da4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,11 @@ allprojects { dependencies { implementation project(':autoimageslider') implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'com.google.android.material:material:1.7.0' + implementation "androidx.compose.material3:material3:1.0.1" + implementation "androidx.compose.material3:material3-window-size-class:1.0.1" + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "com.google.code.gson:gson:2.9.1" implementation 'com.squareup.retrofit2:retrofit:2.9.0' diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f0d5cd641..4796c6543 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2016,6 +2016,6 @@ Align tonally with the color scheme of your personal wallpaper. Default light theme Default dark theme - Use card view presentation + Elevated cards When enabled, items in timelines will have a shadow and an elevation. \ No newline at end of file