码迷,mamicode.com
首页 >  
搜索关键字:drawer layout    ( 7424个结果
定义称为“uniform” 的用法简介
#include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream> void framebuffer_size_callback(GLFWwindow* window, int width, int height){ glViewport ...
分类:其他好文   时间:2020-10-16 11:15:58    阅读次数:33
C#里面怎样设置richTextBox的行间距
近日在做项目时,需要将查询查来的数据在richTextBox里面分行显示,但是richTextBox默认的行间距很小,显示的数据看着很挤,视觉效果差,后查找资料,发现通过以下方法能设置richTextBox的行间距。 using System.Runtime.InteropServices; 里面粘 ...
分类:Windows程序   时间:2020-10-16 10:26:07    阅读次数:38
第四周安卓
九宫格 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:移动开发   时间:2020-10-14 20:00:28    阅读次数:27
水果超市
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:其他好文   时间:2020-10-08 19:36:23    阅读次数:24
android-购物商城
购物商城 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:移动开发   时间:2020-10-08 19:28:46    阅读次数:36
计算器
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:其他好文   时间:2020-10-07 21:37:42    阅读次数:92
购物商城
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:其他好文   时间:2020-10-07 20:25:43    阅读次数:60
android学习记录
Android布局 LinearLayout (线性布局) android:orientation 属性指定了排列方向是 vertical,如果指定的是horizontal,控件就会在水平方向上排列了。 android:gravity 是用 于指定文字在控件中的对齐方式 android:layout ...
分类:移动开发   时间:2020-10-06 21:15:46    阅读次数:49
tecplot 输出framestyle,linked layout, packaged layout
##layout files If a frame defined in a layout file requires an attached dataset, the data files necessary to build the dataset are referenced in the l ...
分类:其他好文   时间:2020-09-18 02:09:57    阅读次数:40
@RenderBody()和@RenderSection()
强大的Razor引擎 一、Razor基础简介 Razor采用了cshtml后缀的文件名,截图如下: A、 版面布局 从图上看到,新的视图引擎已经没有了Site.Master这种MasterPage了,取而代之的是_Layout.cshtml和_ViewStart.cshtml。 _Layout.cs ...
分类:其他好文   时间:2020-09-17 22:56:33    阅读次数:29
7424条   上一页 1 ... 5 6 7 8 9 ... 743 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!