We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66c24af + dd00152 commit aaea661Copy full SHA for aaea661
1 file changed
app/src/main/res/layout/settings_notification_action.xml
@@ -8,13 +8,13 @@
8
9
<androidx.appcompat.widget.AppCompatImageView
10
android:id="@+id/notificationActionIcon"
11
- android:layout_width="0dp"
12
- android:layout_height="48dp"
+ android:layout_width="48dp"
+ android:layout_height="0dp"
13
android:layout_marginStart="12dp"
14
android:layout_marginTop="8dp"
15
android:layout_marginBottom="8dp"
16
app:layout_constraintBottom_toBottomOf="parent"
17
- app:layout_constraintDimensionRatio="H,1:1"
+ app:layout_constraintDimensionRatio="1"
18
app:layout_constraintStart_toStartOf="parent"
19
app:layout_constraintTop_toTopOf="parent"
20
app:tint="?android:textColorPrimary"
0 commit comments