Skip to content

Commit 432efeb

Browse files
committed
Fix texto ayuda
1 parent 6aa3d00 commit 432efeb

File tree

9 files changed

+76
-121
lines changed

9 files changed

+76
-121
lines changed
Binary file not shown.

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

0 Bytes
Binary file not shown.

.idea/modules.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+67-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/activity_ayuda.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<TextView
216216
style="@style/Cuerpos"
217217
android:layout_below="@+id/titulo_ayuda_redondeo"
218-
android:text="@string/texto_ayuda_redondeo" />
218+
android:text="@string/texto_ayuda_redondear" />
219219

220220
</RelativeLayout>
221221
</ScrollView>

app/src/main/res/values/strings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string name="sistemas_de_representacion">Sistemas de Representación</string>
2121
<string name="aritmetica">Aritmética</string>
2222

23-
<string name="generar_rangos">Generador de Rangos</string>
23+
<string name="generar_rangos">Generar de Rangos</string>
2424

2525

2626
<string-array name="arraySpinner">
@@ -74,7 +74,7 @@
7474
de bits deberá ser mayor a dos.\n
7575
</string>
7676

77-
<string name="texto_ayuda_redondeo">* Ingrese un número binario y los dígitos de precisión, luego
77+
<string name="texto_ayuda_redondear">* Ingrese un número binario y los dígitos de precisión, luego
7878
presione el botón "Redondear". Se le mostrará el número resultante utilizando los distintos
7979
tipos de redondeo.\n
8080
</string>
@@ -93,12 +93,12 @@
9393
<string name="texto_ayuda_generar_hamming">* Ingrese los bits de datos a transmitir y se le
9494
mostrará su codificación tanto en Hamming básico como extendido.\n
9595
* Los bits son ordenados de izquierda a derecha.\n
96-
* Hamming 4 contempla el bit de paridad asumiendo que se trabaja con paridad par.
96+
* Hamming 4 contempla el bit de paridad asumiendo que se trabaja con paridad par.\n
9797
</string>
9898

9999
<string name="texto_ayuda_verificar_hamming">* Ingrese los bits del paquete recibido y se le
100100
mostrará si fue recibido correctamente o con error de acuerdo a las diferentes políticas.\n
101-
* Hamming 4 contempla el bit de paridad asumiendo que se trabaja con paridad par.
101+
* Hamming 4 contempla el bit de paridad asumiendo que se trabaja con paridad par.\n
102102
</string>
103103

104104
<string name="informacion_inicio">Esta aplicación fue diseñada como parte del final de TDP -

local.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Location of the SDK. This is only used by Gradle.
55
# For customization when using a Version Control System, please read the
66
# header note.
7-
#Mon Oct 07 10:12:41 ART 2019
8-
sdk.dir=/home/maxi/Android/Sdk
7+
#Wed Nov 13 11:15:20 ART 2019
8+
sdk.dir=/home/tomas/Android/Sdk

repoOrgapp.iml orgapp.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="repoOrgapp" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="orgapp" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="java-gradle" name="Java-Gradle">
55
<configuration>

0 commit comments

Comments
 (0)