1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-19 23:12:12 +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
android:id="@+id/widget_icon_vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="8dp" />
android:layout_height="match_parent"/>
<TextView
android:id="@+id/widget_value"