1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-20 23:41:45 +02:00

New attempt at centering icon in widget

This commit is contained in:
Erik Johansson
2018-05-14 22:21:41 +02:00
parent 26ccbf8afd
commit 97c3404a04

View File

@@ -58,9 +58,10 @@
<ImageView
android:id="@+id/widget_icon_vertical"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="3dp" />
android:layout_gravity="center_horizontal"
android:paddingBottom="1dp" />
<TextView
android:id="@+id/widget_value"