上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 125 下一页
摘要: 获取选中额选项的值。 <!-- array.xml --> <resources> <!-- Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values- 阅读全文
posted @ 2022-02-18 21:43 txwtech 阅读(45) 评论(0) 推荐(0)
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2022-02-18 20:30 txwtech 阅读(32) 评论(0) 推荐(0)
摘要: 安卓app_sl3_15复选框按钮示范 package com.example.sl3_15; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.Me 阅读全文
posted @ 2022-02-17 21:21 txwtech 阅读(34) 评论(0) 推荐(0)
摘要: package com.example.sl3_14; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import andr 阅读全文
posted @ 2022-02-17 20:24 txwtech 阅读(44) 评论(0) 推荐(0)
摘要: 图像按钮android:onClick="myClick"对应MainActivity.java的myClick方法,点击按钮显示toast提示消息后自动消失 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-02-17 19:48 txwtech 阅读(77) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-02-17 08:00 txwtech 阅读(32) 评论(0) 推荐(0)
摘要: 获取编辑框的值 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="m 阅读全文
posted @ 2022-02-16 22:25 txwtech 阅读(76) 评论(0) 推荐(0)
摘要: 安卓app_sl3.10游戏界面设计按钮点击事件-toast notification-点击进入弹出消息自动关闭 package com.example.sl3_10; import android.app.Activity; import android.os.Bundle; import and 阅读全文
posted @ 2022-02-15 22:24 txwtech 阅读(47) 评论(0) 推荐(0)
摘要: eclipse无法加载Layout(Eclipse is loading framework information and the layout library from the SDK fold) 通过SDK Manageer删除所下载的Android下的SDK platform,再重新下载安装 阅读全文
posted @ 2022-02-15 13:21 txwtech 阅读(365) 评论(0) 推荐(0)
摘要: style.xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="text"> <item name="android:textColor">#000</item> <item name="android:textSi 阅读全文
posted @ 2022-02-14 22:03 txwtech 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 125 下一页