File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 android : layout_width =" wrap_content"
2222 android : layout_height =" wrap_content"
2323 android : layout_marginStart =" @dimen/activity_horizontal_margin"
24+ android : layout_marginLeft =" @dimen/activity_horizontal_margin"
2425 android : text =" @string/manageTags_currentTags_none"
2526 android : textAppearance =" ?android:attr/textAppearanceMedium"
2627 android : textColor =" ?android:attr/textColorPrimary" />
Original file line number Diff line number Diff line change 7070 android : layout_width =" wrap_content"
7171 android : layout_height =" wrap_content"
7272 android : drawableStart =" @drawable/ic_qrcode_24dp"
73+ android : drawableLeft =" @drawable/ic_qrcode_24dp"
7374 android : text =" @string/connectionWizard_misc_scanQrCode" />
7475
7576 </LinearLayout >
Original file line number Diff line number Diff line change 11<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : app =" http://schemas.android.com/apk/res-auto"
23 xmlns : tools =" http://schemas.android.com/tools"
34 android : layout_width =" match_parent"
45 android : layout_height =" wrap_content"
139140 android : layout_height =" wrap_content"
140141 android : layout_column =" 0"
141142 android : layout_gravity =" center"
142- android : src =" @drawable/ic_snooze_24dp" />
143+ app : srcCompat =" @drawable/ic_snooze_24dp" />
143144
144145 <SeekBar
145146 android : id =" @+id/seekBarTTSSleep"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
34 xmlns : tools =" http://schemas.android.com/tools"
45 android : layout_width =" match_parent"
56 android : layout_height =" wrap_content"
2627 android : layout_height =" wrap_content"
2728 android : layout_gravity =" center_vertical"
2829 android : contentDescription =" @string/remove_tag"
29- android : src =" @drawable/ic_delete_black_24dp" />
30+ app : srcCompat =" @drawable/ic_delete_black_24dp" />
3031
3132</LinearLayout >
You can’t perform that action at this time.
0 commit comments