Skip to content

Commit aaea661

Browse files
authored
Merge pull request #5935 from Stypox/fix-notification-settings
Fix hidden icon to the left of notification actions in settings
2 parents 66c24af + dd00152 commit aaea661

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/layout/settings_notification_action.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<androidx.appcompat.widget.AppCompatImageView
1010
android:id="@+id/notificationActionIcon"
11-
android:layout_width="0dp"
12-
android:layout_height="48dp"
11+
android:layout_width="48dp"
12+
android:layout_height="0dp"
1313
android:layout_marginStart="12dp"
1414
android:layout_marginTop="8dp"
1515
android:layout_marginBottom="8dp"
1616
app:layout_constraintBottom_toBottomOf="parent"
17-
app:layout_constraintDimensionRatio="H,1:1"
17+
app:layout_constraintDimensionRatio="1"
1818
app:layout_constraintStart_toStartOf="parent"
1919
app:layout_constraintTop_toTopOf="parent"
2020
app:tint="?android:textColorPrimary"

0 commit comments

Comments
 (0)