Button Widget: Uniform Spacing (#3099)

* style(widget): more uniform spacing in button widget

* style(widget): more uniform spacing in entity state widget

* fix: revert unused changes
This commit is contained in:
Tanishq Manuja 2022-11-29 08:35:30 +05:30 committed by GitHub
parent f35f9ce26e
commit 9bf5299fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -14,6 +14,7 @@
android:id="@+id/widgetImageButtonLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingVertical="4dp"
android:orientation="vertical">
<ImageView
@ -31,8 +32,7 @@
android:id="@+id/widgetLabelLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
android:minHeight="32sp">
android:layout_margin="2dp">
<TextView
android:id="@+id/widgetLabel"

View file

@ -12,6 +12,7 @@
android:id="@+id/widgetTextLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingVertical="4dp"
android:orientation="vertical">
<TextView
@ -30,8 +31,7 @@
android:id="@+id/widgetLabelLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
android:minHeight="32sp">
android:layout_margin="2dp">
<ImageView
android:id="@+id/widgetStaticError"