mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-21 07:51:46 +02:00
New attempt at centering icon in widget
This commit is contained in:
@@ -58,9 +58,10 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/widget_icon_vertical"
|
android:id="@+id/widget_icon_vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="3dp" />
|
android:layout_gravity="center_horizontal"
|
||||||
|
android:paddingBottom="1dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/widget_value"
|
android:id="@+id/widget_value"
|
||||||
|
Reference in New Issue
Block a user