Skip to content

Commit fe84b98

Browse files
authored
Merge pull request #1473 from OneSignal/fix/notification_background_image_rtl
Fix notification background image not showing on when the device has a RTL set
2 parents 70b6297 + 3ea3df3 commit fe84b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OneSignalSDK/onesignal/src/main/res/layout/onesignal_bgimage_notif_layout.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!--android:textAppearance="@android:style/TextAppearance.StatusBar.EventContent.Title"-->
88

99
<RelativeLayout android:id="@+id/os_bgimage_notif_bgimage_align_layout"
10+
android:layoutDirection="ltr"
1011
android:layout_width="wrap_content"
1112
android:layout_height="64dp"
1213
android:paddingLeft="0dp"

0 commit comments

Comments
 (0)