首页 > 其他分享 >每日打卡

每日打卡

时间:2023-03-15 21:57:01浏览次数:36  
标签:layout parent 每日 height width 打卡 android match

Android stdiod实现结合数据库的登陆和注册功能:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg"
>

<AbsoluteLayout
android:layout_width="match_parent"
android:layout_height="211dp">


<LinearLayout
android:layout_width="match_parent"
android:layout_height="57dp"
android:orientation="horizontal" >
<TextureView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:test="账号:"
android:textSize="27dp"
android:textColor="@android:color/background_dark"></TextureView>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"
android:hint="请输入">


</LinearLayout>

<TextureView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_x="-4dp"
android:layout_y="12dp"
android:gravity="center"
android:text="打卡界面"
android:textColor="@android:color/background_light"
android:textSize="42dp"></TextureView>

 

 不知道什么原因输入东西无法在界面端口显示出来;暂时没有解决。

标签:layout,parent,每日,height,width,打卡,android,match
From: https://www.cnblogs.com/yunbianshangdadun/p/17220242.html

相关文章

  • 3/15每日总结
    在今天我学安卓的时候,发现能建一个表但是不能建两个表,于是我通过询问同学,我发现在数据库如果第一次有错误的时候,在以下的操作中,数据库还是会错误的,进行删除,重新启动就行。......
  • 2023.3.15蓝桥杯集训·每日一题
    AcWing200.Hankson的趣味题题目描述Hanks博士是BT(Bio-Tech,生物技术)领域的知名专家,他的儿子名叫Hankson。现在,刚刚放学回家的Hankson正在思考一个有趣的问题。今天......
  • 关于安卓开发 日记打卡中出现不能同时建两个表的bug及解决方案。
    我的sqldiary的创建表的语句并没有错误,但是却不能创建第二个表。我百思不得其解,我上网查阅了大量的资料都没有找到问题的解决方法,但是最后我把sqllite的数据库的表删除......
  • 每日总结-23.3.15
    今日新建一个类数组后,对其内容赋值出现了以下问题。Pd[]pdd=newPd[20];Cannotassignfield"mingcheng"because"pdd2[0]"isnull翻阅资料后得知当我从数组中......
  • 2023.3.15每日总结
    今天主要看了游标以及StringBuilder的使用以及代码 游标(Cursor)的定义游标就是一个标识,用来标识数据取到了什么地方具体参考https://blog.csdn.net/weixin_44234912/arti......
  • day15 打卡102. 二叉树的层序遍历 226.翻转二叉树 101.对称二叉树 2
    day15打卡102.二叉树的层序遍历226.翻转二叉树101.对称二叉树2102.二叉树的层序遍历102题目链接1.使用队列classSolution{publicList<List<Integer>>le......
  • 某钉自动打卡示例(仅供学习,不喜勿喷)
    importrequestsimportjson#钉钉API地址和access_token,根据实际情况修改url="https://oapi.dingtalk.com/attendance/v1/advanced/record/create"access_token=......
  • 每日一练(剑指offer)树的子结构
    描述输入两棵二叉树A,B,判断B是不是A的子结构。(我们约定空树不是任意一个树的子结构)假如给定A为{8,8,7,9,2,#,#,#,#,4,7},B为{8,9,2},2个树的结构如下,可以看出B是A的子结构示例......
  • 每日总结2023/3/14
    今天完成了作业的前两个查询,完成了线路查询,站点查询下面是演示    代码如下 <%@pagelanguage="java"contentType="text/html;charset=UTF-8"p......
  • 每日总结--2023/3/14
    今日课程:英语数据库 python学习内容:复习了android的基础知识完善了登录和注册页面学习了更多的sql语句学习了python循环组队任务完......