Commit f6c257ff by Pablo Molina

Fixed #412, los iconos sobresalen de la cinta en la app de android

Resuelto añadiendo un tamaño mayor a los iconos que aparecen en
la cinta. La resolución completa de este issue se resolverá con #427.
parent 0e0d6fc1
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<GridView <GridView
android:id="@+id/tape_grid_view" android:id="@+id/tape_grid_view"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="@dimen/picto_normal_height" android:layout_height="@dimen/tape_normal_height"
android:padding="@dimen/small_padding" android:padding="@dimen/small_padding"
android:gravity="center" android:gravity="center"
android:numColumns="10" android:numColumns="10"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<ImageButton <ImageButton
android:layout_width="@dimen/picto_normal_width" android:layout_width="@dimen/picto_normal_width"
android:layout_height="@dimen/picto_normal_height" android:layout_height="@dimen/tape_normal_height"
android:src="@drawable/remove_picto_from_tape" android:src="@drawable/remove_picto_from_tape"
android:id="@+id/button_delete" android:id="@+id/button_delete"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<ImageButton <ImageButton
android:layout_width="@dimen/picto_normal_width" android:layout_width="@dimen/picto_normal_width"
android:layout_height="@dimen/picto_normal_height" android:layout_height="@dimen/tape_normal_height"
android:src="@drawable/send_tape" android:src="@drawable/send_tape"
android:background="@null" android:background="@null"
android:id="@+id/button_tts" android:id="@+id/button_tts"
......
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
<dimen name="picto_padding">4dp</dimen> <dimen name="picto_padding">4dp</dimen>
<dimen name="picto_normal_height">80dp</dimen> <dimen name="picto_normal_height">80dp</dimen>
<dimen name="picto_normal_width">80dp</dimen> <dimen name="picto_normal_width">80dp</dimen>
<dimen name="tape_normal_height">100dp</dimen>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment