Add new file
This commit is contained in:
parent
a5aac2c69a
commit
1c8127c625
1 changed files with 25 additions and 0 deletions
25
app/src/main/res/raw-es/about.html
Normal file
25
app/src/main/res/raw-es/about.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="source" href="https://en.wikipedia.org/wiki/Binaural_beats"/>
|
||||
<style>
|
||||
a { white-space: pre-wrap; word-wrap:break-word; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Acerca de</h3>
|
||||
<p>
|
||||
Simple grabadora de audio, amigable con Android y de código abierto.
|
||||
</p>
|
||||
|
||||
<p>Esta grabadora de audio es fácil de usar. Tiene un indicador de volumen de grabación, notificaciones, y la posibilidad de gestionar desde la pantalla de bloqueo.</p>
|
||||
|
||||
<dl>
|
||||
<dt><b>Licencia:</b></dt>
|
||||
<dd>GPLv3</dd>
|
||||
<dt><b>Código fuente:</b></dt>
|
||||
<dd><a href="https://gitlab.com/axet/android-audio-recorder">https://gitlab.com/axet/android-audio-recorder</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue