0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Change to Material 3 library

This commit is contained in:
Wolf-Martell Montwé 2024-04-25 13:32:50 +02:00
parent 6140eda920
commit d3d3117c3d
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ dependencies {
implementation(projects.core.ui.compose.theme2.thunderbird)
implementation(projects.core.ui.compose.theme2.k9mail)
implementation(libs.androidx.compose.material)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.material.icons.extended)
implementation(libs.kotlinx.datetime)

View File

@ -12,9 +12,9 @@ import androidx.compose.foundation.lazy.grid.LazyGridScope
import androidx.compose.foundation.lazy.grid.LazyVerticalGrid
import androidx.compose.foundation.pager.HorizontalPager
import androidx.compose.foundation.pager.rememberPagerState
import androidx.compose.material.ScrollableTabRow
import androidx.compose.material.Tab
import androidx.compose.material.Text
import androidx.compose.material3.ScrollableTabRow
import androidx.compose.material3.Tab
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.ui.Modifier