每日总结2/26
所花时间:3小时
代码量:android
博客量:本学期截至目前10篇
了解到的知识点:对android的界面的掌握
今天学习了一些关于安卓界面的代码,代码如下
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | <?xml version= "1.0" encoding= "utf-8" ?> <RelativeLayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:tools= "http://schemas.android.com/tools" android:layout_width= "match_parent" android:layout_height= "match_parent" android:background= "@color/hui" > <RelativeLayout android:id= "@+id/frag_record_top" android:layout_width= "match_parent" android:layout_height= "wrap_content" android:background= "@color/white" android:padding= "10dp" > <ImageView android:id= "@+id/frag_record_iv" android:layout_width= "30dp" android:layout_height= "30dp" android:src= "@mipmap/sandian" ></ImageView> <TextView android:id= "@+id/frag_record_tv_type" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:text= "其他" android:layout_toRightOf= "@id/frag_record_iv" android:layout_centerVertical= "true" android:textSize= "16sp" android:textStyle= "bold" android:layout_marginLeft= "10dp" ></TextView> <EditText android:id= "@+id/frag_record_et_money" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:layout_alignParentRight= "true" android:layout_centerVertical= "true" android:inputType= "number" android:background= "@color/white" ></EditText> </RelativeLayout> <View android:id= "@+id/frag_record_line1" android:layout_width= "match_parent" android:layout_height= "1dp" android:layout_below= "@id/frag_record_top" android:background= "@color/grey7d" ></View> <GridView android:id= "@+id/frag_record_gv" android:layout_width= "match_parent" android:layout_height= "wrap_content" android:layout_below= "@id/frag_record_line1" android:background= "@color/white" android:numColumns= "5" android:paddingTop= "5dp" android:paddingBottom= "5dp" ></GridView> <!--自定义软键盘--> <android.inputmethodservice.KeyboardView android:id= "@+id/frag_record_keybord" android:layout_width= "wrap_content" android:layout_height= "match_parent" android:keyBackground= "@color/hui" android:keyTextColor= "@color/black" android:focusable= "true" android:focusableInTouchMode= "true" android:paddingTop= "1dp" android:layout_alignParentBottom= "true" android:shadowColor= "@color/white" android:shadowRadius= "0.0" ></android.inputmethodservice.KeyboardView> <RelativeLayout android:layout_width= "match_parent" android:layout_height= "wrap_content" android:background= "@color/white" android:layout_above= "@id/frag_record_keybord" > <TextView android:id= "@+id/frag_record_tv_time" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:text= "2020年10月30日 18:49" android:layout_alignParentRight= "true" android:padding= "10dp" ></TextView> <TextView android:id= "@+id/frag_record_tv_beizhu" android:layout_width= "match_parent" android:layout_height= "wrap_content" android:text= "添加备注" android:layout_toLeftOf= "@id/frag_record_tv_time" android:padding= "10dp" ></TextView> </RelativeLayout> </RelativeLayout> |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)