Skip to content

Commit ea92a6a

Browse files
committed
arregle detalle en la interfaz grafica
1 parent f4474ea commit ea92a6a

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
android:id="@+id/textView10"
104104
android:layout_width="wrap_content"
105105
android:layout_height="wrap_content"
106-
android:layout_marginStart="32dp"
107-
android:layout_marginTop="24dp"
106+
android:layout_marginStart="56dp"
107+
android:layout_marginTop="48dp"
108108
android:text="C1:"
109109
android:textSize="18sp"
110110
app:layout_constraintStart_toStartOf="parent"

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
<android.support.constraint.ConstraintLayout
1010
android:layout_width="match_parent"
11-
android:layout_height="match_parent">
11+
android:layout_height="match_parent"
12+
android:layout_marginLeft="16dp"
13+
android:layout_marginRight="16dp"
14+
android:layout_marginTop="16dp">
1215

1316
<TextView
1417
android:id="@+id/textView2"
1518
android:layout_width="0dp"
1619
android:layout_height="wrap_content"
17-
1820
android:layout_marginStart="8dp"
1921
android:layout_marginTop="16dp"
2022
android:layout_marginEnd="8dp"
@@ -45,12 +47,11 @@
4547
android:id="@+id/imageView"
4648
android:layout_width="135dp"
4749
android:layout_height="129dp"
48-
android:layout_marginBottom="24dp"
50+
android:layout_marginTop="32dp"
4951
android:src="@drawable/uns"
50-
app:layout_constraintBottom_toBottomOf="parent"
5152
app:layout_constraintEnd_toEndOf="parent"
52-
app:layout_constraintHorizontal_bias="0.5"
53-
app:layout_constraintStart_toStartOf="parent" />
53+
app:layout_constraintStart_toStartOf="parent"
54+
app:layout_constraintTop_toBottomOf="@+id/textView3" />
5455
</android.support.constraint.ConstraintLayout>
5556

5657
</RelativeLayout>

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070

7171
<string name="texto_ayuda_operaciones_aritmeticas">* Seleccione la base de origen y el sistema de
7272
representación en el cual desea realizar la operacion e ingrese los operandos.\n* Ambos
73-
operandos deben ser de igual longitud.\n* En caso de producirse overflow, se le notificará.\n
73+
operandos deben ser de igual longitud.\n* En caso de producirse overflow, se le notificará.\n*
74+
Los operandos deberán empezar con su respectivo bit de signo , respetando su sistema de representacion.\n
7475
</string>
7576

7677
<string name="texto_ayuda_redondeo">* Ingrese un número binario y los dígitos de precisión, luego
@@ -101,7 +102,7 @@
101102
</string>
102103

103104
<string name="informacion_inicio">Esta aplicación fue diseñada como parte del final de TDP -
104-
2018\n\nDesarrolladores:\nTomás Scandalitta\nMaximiliano Montenegro\nHorus Moro
105+
2018.\n\nDesarrolladores:\nTomás Scandalitta\nMaximiliano Montenegro\nHorus Moro
105106
</string>
106107

107108
<string name="contacto">

0 commit comments

Comments
 (0)