TwoPane display for chats in tablets and folds.

This commit is contained in:
Vitor Pamplona
2023-10-21 16:23:34 -04:00
parent a284c1b9c6
commit 884a124c7e
7 changed files with 220 additions and 6 deletions
+6
View File
@@ -102,9 +102,15 @@ dependencies {
// Observe Live data as State
implementation "androidx.compose.runtime:runtime-livedata:$compose_ui_version"
// Material 3 Design
implementation "androidx.compose.material3:material3:${material3_version}"
implementation "androidx.compose.material:material-icons-extended:$compose_ui_version"
// Adaptive Layout / Two Pane
implementation "androidx.compose.material3:material3-window-size-class:${material3_version}"
implementation "com.google.accompanist:accompanist-adaptive:0.33.2-alpha"
// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"