File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
feature/stopdetail/src/main
java/com/chaeny/busoda/stopdetail Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class ArrivalInfoView @JvmOverloads constructor(
13
13
) : LinearLayout(context, attrs, defStyleAttr) {
14
14
15
15
private val layoutInflater = LayoutInflater .from(context)
16
- private var binding = ArrivalInfoViewBinding .inflate(layoutInflater, this , true )
16
+ private var binding = ArrivalInfoViewBinding .inflate(layoutInflater, this )
17
17
18
18
internal fun bindArrivalInfo (arrivalInfo : BusArrivalInfo ? , position : Int ) {
19
19
if (arrivalInfo != null ) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout
2
+ <merge
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" wrap_content"
7
7
android : orientation =" horizontal"
8
- tools : background =" ?attr/colorPrimary" >
8
+ tools : background =" ?attr/colorPrimary"
9
+ tools : parentTag =" LinearLayout" >
9
10
10
11
<TextView
11
12
android : id =" @+id/text_info_title"
48
49
android : textSize =" 14sp"
49
50
tools : text =" 매우혼잡" />
50
51
51
- </LinearLayout >
52
+ </merge >
You can’t perform that action at this time.
0 commit comments