File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
JetNews/app/src/main/java/com/example/jetnews/ui Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import android.content.Context
2020import android.content.Intent
2121import androidx.annotation.DrawableRes
2222import androidx.compose.Composable
23- import androidx.compose.ambient
2423import androidx.compose.state
2524import androidx.ui.core.ContextAmbient
2625import androidx.ui.core.Text
Original file line number Diff line number Diff line change 1717package com.example.jetnews.ui.home
1818
1919import androidx.compose.Composable
20- import androidx.compose.ambient
2120import androidx.ui.core.Clip
2221import androidx.ui.core.ContextAmbient
2322import androidx.ui.core.Text
Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ import androidx.ui.core.Text
2222import androidx.ui.foundation.Clickable
2323import androidx.ui.foundation.DrawImage
2424import androidx.ui.foundation.shape.corner.RoundedCornerShape
25- import androidx.ui.layout.*
26- import androidx.ui.material.Divider
25+ import androidx.ui.layout.Column
26+ import androidx.ui.layout.Container
27+ import androidx.ui.layout.LayoutHeight
28+ import androidx.ui.layout.LayoutPadding
29+ import androidx.ui.layout.LayoutSize
2730import androidx.ui.material.EmphasisLevels
2831import androidx.ui.material.MaterialTheme
2932import androidx.ui.material.ProvideEmphasis
@@ -35,8 +38,6 @@ import androidx.ui.tooling.preview.Preview
3538import androidx.ui.unit.dp
3639import com.example.jetnews.R
3740import com.example.jetnews.data.post1
38- import com.example.jetnews.data.posts
39- import com.example.jetnews.model.Metadata
4041import com.example.jetnews.model.Post
4142import com.example.jetnews.model.PostAuthor
4243import com.example.jetnews.ui.Screen
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import androidx.compose.Composable
2020import androidx.compose.remember
2121import androidx.compose.state
2222import androidx.ui.core.Clip
23- import androidx.ui.core.Modifier
2423import androidx.ui.core.Opacity
2524import androidx.ui.core.Text
2625import androidx.ui.foundation.Box
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ package com.example.jetnews.ui.interests
1818
1919import androidx.compose.Composable
2020import androidx.ui.core.Modifier
21- import androidx.ui.foundation.Clickable
2221import androidx.ui.foundation.shape.DrawShape
2322import androidx.ui.foundation.shape.corner.CircleShape
2423import androidx.ui.graphics.vector.DrawVector
You can’t perform that action at this time.
0 commit comments