Working template (RmlUi 6.2)

Needs:
- Lua plugin
- SVG plugin
This commit is contained in:
2026-08-10 11:13:18 -05:00
commit bced86ed9e
81 changed files with 45737 additions and 0 deletions

26
assets/main.rcss Normal file
View File

@@ -0,0 +1,26 @@
body {
display: block;
width: 100vw;
height: 100vh;
font-family: "rmlui-debugger-font";
background-color: #ffffff;
color: #000000;
margin: 0dp;
padding: 10dp;
font-size: 12dp;
}
p {
display: block;
margin: 0dp;
}
h1, h2, h3, h4, h5, h6 {
display: block;
font-weight: bold;
margin: 0dp;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }

10
assets/main.rml Normal file
View File

@@ -0,0 +1,10 @@
<rml>
<head>
<title>RmlUi Android</title>
<link type="text/rcss" href="main.rcss" />
</head>
<body>
<h1>Hello android world!</h1>
</body>
</rml>