上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 99 下一页
摘要: 获取编辑框的值 <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 阅读(67) 评论(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 阅读(37) 评论(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 阅读(344) 评论(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 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 相对布局是按照组件之间的相对位置来进行布局,如某个组件在另外一个组件的左边,右边,上边或下边 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. 阅读全文
posted @ 2022-02-13 21:46 txwtech 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 帧布局管理器,每加入一个组件,都将创建一个空白的区域,通常称为一帧,这些帧都会根据gravity(对齐方式)属性执行自动对齐。默认情况下,帧布局从屏幕的左上角(0,0)坐标点开始布局,多个组件层叠排序,后面的组件覆盖前面的组件。 经常用于游戏开发中,用于显示自定义的视图 例如: https://ww 阅读全文
posted @ 2022-02-13 21:22 txwtech 阅读(70) 评论(0) 推荐(0) 编辑
摘要: <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par 阅读全文
posted @ 2022-02-13 20:49 txwtech 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 最近在用模拟器调试android项目时,频繁出现以下错误提示: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! 也知 阅读全文
posted @ 2022-02-12 22:39 txwtech 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 、、 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match 阅读全文
posted @ 2022-02-12 14:53 txwtech 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par 阅读全文
posted @ 2022-02-12 14:13 txwtech 阅读(48) 评论(0) 推荐(0) 编辑
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 99 下一页