五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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站風格輸入框的評論 (共 條)

分享到微博請遵守國家法律
定陶县| 青龙| 岗巴县| 德令哈市| 澄迈县| 通化市| 开阳县| 衡山县| 钦州市| 湖口县| 晋中市| 喀喇| 白玉县| 田林县| 上犹县| 佛坪县| 天等县| 磐安县| 汉源县| 丰镇市| 梁河县| 吉安县| 南丹县| 集安市| 修水县| 沙坪坝区| 许昌县| 棋牌| 漯河市| 大埔县| 宁城县| 长宁县| 二连浩特市| 元谋县| 宁化县| 兖州市| 朝阳市| 嘉鱼县| 皋兰县| 龙游县| 无棣县|