7
7
<!-- android:textAppearance="@android:style/TextAppearance.StatusBar.EventContent.Title"-->
8
8
9
9
<RelativeLayout android : id =" @+id/os_bgimage_notif_bgimage_align_layout"
10
+ android : layoutDirection =" ltr"
10
11
android : layout_width =" wrap_content"
11
12
android : layout_height =" 64dp"
12
13
android : paddingLeft =" 0dp"
29
30
</RelativeLayout >
30
31
31
32
<LinearLayout
32
- xmlns : tools =" http://schemas.android.com/tools"
33
- tools : ignore =" RtlCompat"
34
-
35
33
android : orientation =" vertical"
36
- android : layout_marginStart =" @android:dimen/notification_large_icon_width"
34
+ android : layout_marginLeft =" @android:dimen/notification_large_icon_width"
37
35
android : layout_width =" fill_parent"
38
- android : layout_height =" 64dp" >
36
+ android : layout_height =" 64dp"
37
+ android : textDirection =" locale"
38
+ >
39
39
<TextView
40
40
android : id =" @+id/os_bgimage_notif_title"
41
41
android : layout_width =" match_parent"
42
42
android : layout_height =" wrap_content"
43
43
android : textAppearance =" @android:style/TextAppearance.StatusBar.EventContent.Title"
44
44
android : text =" Medium Text"
45
45
android : paddingTop =" 8dp"
46
- android : paddingLeft =" 4dp"
46
+ android : paddingStart =" 4dp"
47
47
android : singleLine =" true"
48
48
android : ellipsize =" marquee" />
49
49
<TextView
56
56
android : singleLine =" true"
57
57
android : ellipsize =" marquee"
58
58
android : fadingEdge =" horizontal"
59
- android : paddingLeft =" 4dp" />
59
+ android : paddingStart =" 4dp" />
60
60
</LinearLayout >
61
61
</RelativeLayout >
0 commit comments