1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 08:13:43 +02:00

remove bottom padding to support devices with small densities.

This commit is contained in:
OliE
2018-05-10 16:13:25 +02:00
parent 6eb11b0177
commit 9c1b60dc18

View File

@@ -63,8 +63,7 @@
<ImageView <ImageView
android:id="@+id/widget_icon_vertical" android:id="@+id/widget_icon_vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"/>
android:paddingBottom="8dp" />
<TextView <TextView
android:id="@+id/widget_value" android:id="@+id/widget_value"