File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 21
21
android : layout_width =" wrap_content"
22
22
android : layout_height =" wrap_content"
23
23
android : layout_marginStart =" @dimen/activity_horizontal_margin"
24
+ android : layout_marginLeft =" @dimen/activity_horizontal_margin"
24
25
android : text =" @string/manageTags_currentTags_none"
25
26
android : textAppearance =" ?android:attr/textAppearanceMedium"
26
27
android : textColor =" ?android:attr/textColorPrimary" />
Original file line number Diff line number Diff line change 70
70
android : layout_width =" wrap_content"
71
71
android : layout_height =" wrap_content"
72
72
android : drawableStart =" @drawable/ic_qrcode_24dp"
73
+ android : drawableLeft =" @drawable/ic_qrcode_24dp"
73
74
android : text =" @string/connectionWizard_misc_scanQrCode" />
74
75
75
76
</LinearLayout >
Original file line number Diff line number Diff line change 1
1
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
2
3
xmlns : tools =" http://schemas.android.com/tools"
3
4
android : layout_width =" match_parent"
4
5
android : layout_height =" wrap_content"
139
140
android : layout_height =" wrap_content"
140
141
android : layout_column =" 0"
141
142
android : layout_gravity =" center"
142
- android : src =" @drawable/ic_snooze_24dp" />
143
+ app : srcCompat =" @drawable/ic_snooze_24dp" />
143
144
144
145
<SeekBar
145
146
android : id =" @+id/seekBarTTSSleep"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
3
4
xmlns : tools =" http://schemas.android.com/tools"
4
5
android : layout_width =" match_parent"
5
6
android : layout_height =" wrap_content"
26
27
android : layout_height =" wrap_content"
27
28
android : layout_gravity =" center_vertical"
28
29
android : contentDescription =" @string/remove_tag"
29
- android : src =" @drawable/ic_delete_black_24dp" />
30
+ app : srcCompat =" @drawable/ic_delete_black_24dp" />
30
31
31
32
</LinearLayout >
You can’t perform that action at this time.
0 commit comments