|
|
@ -1,9 +1,15 @@ |
|
|
|
package androidx.ui.examples.jetissues.view |
|
|
|
package androidx.ui.examples.jetissues.view |
|
|
|
|
|
|
|
|
|
|
|
import androidx.compose.foundation.* |
|
|
|
import androidx.compose.foundation.Box |
|
|
|
|
|
|
|
import androidx.compose.foundation.ContentGravity |
|
|
|
|
|
|
|
import androidx.compose.foundation.ScrollState |
|
|
|
|
|
|
|
import androidx.compose.foundation.ScrollableColumn |
|
|
|
|
|
|
|
import androidx.compose.foundation.clickable |
|
|
|
import androidx.compose.foundation.layout.* |
|
|
|
import androidx.compose.foundation.layout.* |
|
|
|
|
|
|
|
import androidx.compose.foundation.rememberScrollState |
|
|
|
import androidx.compose.foundation.shape.RoundedCornerShape |
|
|
|
import androidx.compose.foundation.shape.RoundedCornerShape |
|
|
|
import androidx.compose.material.* |
|
|
|
import androidx.compose.material.* |
|
|
|
|
|
|
|
import androidx.compose.material.Text |
|
|
|
import androidx.compose.runtime.* |
|
|
|
import androidx.compose.runtime.* |
|
|
|
import androidx.compose.ui.Alignment |
|
|
|
import androidx.compose.ui.Alignment |
|
|
|
import androidx.compose.ui.Modifier |
|
|
|
import androidx.compose.ui.Modifier |
|
|
|