最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

10.1 實戰(zhàn):B站風格輸入框

2023-06-13 22:07 作者:哆啦a夢的道具師  | 我要投稿


輸入框

Compose筆記 1

TEXT組件學習


class MainActivity : ComponentActivity() {
? ?override fun onCreate(savedInstanceState: Bundle?) {
? ? ? ?super.onCreate(savedInstanceState)
? ? ? ?setContent {
? ? ? ? ? ?SearchBar()
? ? ? ?}
? ?}
}


@Composable
fun SearchBar() {
? ?var text by remember { mutableStateOf("") }
? ?Box(
? ? ? ?modifier = Modifier
? ? ? ? ? ?.fillMaxSize()
? ? ? ? ? ?.background(Color(0xFFD3D3D3), shape = CircleShape),
? ? ? ?contentAlignment = Alignment.Center
? ?) {
? ? ? ?BasicTextField(
? ? ? ? ? ?value = text,
? ? ? ? ? ?onValueChange ={
? ? ? ? ? ? ? ?text = it
? ? ? ? ? ?},
? ? ? ? ? ?decorationBox = { innerTextField ->
? ? ? ? ? ? ? ?innerTextField()
? ? ? ? ? ?},
? ? ? ? ? ?modifier = Modifier
? ? ? ? ? ? ? ?.padding(horizontal = 10.dp)
? ? ? ? ? ? ? ?.background(Color.White, CircleShape)
? ? ? ? ? ? ? ?.height(30.dp)
? ? ? ? ? ? ? ?.fillMaxWidth()
? ? ? ?)
? ?}
}


10.1 實戰(zhàn):B站風格輸入框的評論 (共 條)

分享到微博請遵守國家法律
普陀区| 罗定市| 青岛市| 庄河市| 绥宁县| 正镶白旗| 建瓯市| 余姚市| 仙居县| 德庆县| 肇州县| 体育| 乳山市| 平罗县| 岳西县| 韶山市| 朝阳区| 定远县| 军事| 达州市| 大悟县| 绵阳市| 芷江| 宣武区| 安阳市| 介休市| 石狮市| 东兰县| 阿拉善盟| 邮箱| 通城县| 旅游| 诸城市| 措美县| 彝良县| 湘乡市| 和林格尔县| 白朗县| 宜春市| 晋中市| 莱州市|