File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ import androidx.activity.compose.setContent
55import androidx.appcompat.app.AppCompatActivity
66import androidx.compose.ui.res.stringResource
77import org.schabi.newpipe.R
8- import org.schabi.newpipe.compose.screen.ScaffoldWithToolbar
9- import org.schabi.newpipe.compose.theme.AppTheme
8+ import org.schabi.newpipe.ui.components.common.ScaffoldWithToolbar
9+ import org.schabi.newpipe.ui.screens.AboutScreen
10+ import org.schabi.newpipe.ui.theme.AppTheme
1011import org.schabi.newpipe.util.Localization
1112
1213class AboutActivity : AppCompatActivity () {
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose
1+ package org.schabi.newpipe.ui
22
33import androidx.compose.foundation.layout.Box
44import androidx.compose.foundation.layout.Column
@@ -27,8 +27,8 @@ import androidx.compose.ui.res.painterResource
2727import androidx.compose.ui.res.stringResource
2828import androidx.compose.ui.tooling.preview.Preview
2929import org.schabi.newpipe.R
30- import org.schabi.newpipe.compose .theme.AppTheme
31- import org.schabi.newpipe.compose .theme.SizeTokens
30+ import org.schabi.newpipe.ui .theme.AppTheme
31+ import org.schabi.newpipe.ui .theme.SizeTokens
3232
3333@Composable
3434fun TextAction (text : String , modifier : Modifier = Modifier ) {
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.about
1+ package org.schabi.newpipe.ui.components. about
22
33import android.content.Context
44import androidx.annotation.StringRes
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.about
1+ package org.schabi.newpipe.ui.components. about
22
33import androidx.compose.foundation.Image
44import androidx.compose.foundation.layout.Column
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.about
1+ package org.schabi.newpipe.ui.components. about
22
33import androidx.compose.foundation.clickable
44import androidx.compose.foundation.layout.Column
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.about
1+ package org.schabi.newpipe.ui.components. about
22
33/* *
44 * Class containing information about standard software licenses.
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose.screen
1+ package org.schabi.newpipe.ui.components.common
22
33import androidx.compose.foundation.layout.PaddingValues
44import androidx.compose.foundation.layout.RowScope
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.about
1+ package org.schabi.newpipe.ui.screens
22
33import android.content.res.Configuration
44import androidx.collection.intListOf
@@ -30,7 +30,9 @@ import androidx.compose.ui.tooling.preview.Preview
3030import androidx.compose.ui.unit.dp
3131import my.nanihadesuka.compose.ColumnScrollbar
3232import org.schabi.newpipe.R
33- import org.schabi.newpipe.compose.theme.AppTheme
33+ import org.schabi.newpipe.ui.components.about.AboutTab
34+ import org.schabi.newpipe.ui.components.about.LicenseTab
35+ import org.schabi.newpipe.ui.theme.AppTheme
3436
3537private val TITLES = intListOf(R .string.tab_about, R .string.tab_licenses)
3638
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .theme
1+ package org.schabi.newpipe.ui .theme
22
33import androidx.compose.ui.graphics.Color
44
Original file line number Diff line number Diff line change 1- package org.schabi.newpipe.compose .theme
1+ package org.schabi.newpipe.ui .theme
22
33import androidx.compose.ui.unit.dp
44
You can’t perform that action at this time.
0 commit comments