上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 129 下一页
摘要: <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 阅读(34) 评论(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 阅读(36) 评论(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 阅读(49) 评论(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 阅读(89) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-02-17 08:00 txwtech 阅读(35) 评论(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 阅读(82) 评论(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 阅读(49) 评论(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 阅读(369) 评论(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 阅读(148) 评论(0) 推荐(0)
摘要: 相对布局是按照组件之间的相对位置来进行布局,如某个组件在另外一个组件的左边,右边,上边或下边 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. 阅读全文
posted @ 2022-02-13 21:46 txwtech 阅读(51) 评论(0) 推荐(0)
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 129 下一页