File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
OneSignalSDK/onesignal/src/main/res/layout Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 30
30
</RelativeLayout >
31
31
32
32
<LinearLayout
33
- xmlns : tools =" http://schemas.android.com/tools"
34
- tools : ignore =" RtlCompat"
35
-
36
33
android : orientation =" vertical"
37
- android : layout_marginStart =" @android:dimen/notification_large_icon_width"
34
+ android : layout_marginLeft =" @android:dimen/notification_large_icon_width"
38
35
android : layout_width =" fill_parent"
39
- android : layout_height =" 64dp" >
36
+ android : layout_height =" 64dp"
37
+ android : textDirection =" locale"
38
+ >
40
39
<TextView
41
40
android : id =" @+id/os_bgimage_notif_title"
42
41
android : layout_width =" match_parent"
43
42
android : layout_height =" wrap_content"
44
43
android : textAppearance =" @android:style/TextAppearance.StatusBar.EventContent.Title"
45
44
android : text =" Medium Text"
46
45
android : paddingTop =" 8dp"
47
- android : paddingLeft =" 4dp"
46
+ android : paddingStart =" 4dp"
48
47
android : singleLine =" true"
49
48
android : ellipsize =" marquee" />
50
49
<TextView
57
56
android : singleLine =" true"
58
57
android : ellipsize =" marquee"
59
58
android : fadingEdge =" horizontal"
60
- android : paddingLeft =" 4dp" />
59
+ android : paddingStart =" 4dp" />
61
60
</LinearLayout >
62
61
</RelativeLayout >
You can’t perform that action at this time.
0 commit comments