Merge "Rename file because gradle doesn't like camelCase." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
42aa54c1a0
@@ -81,7 +81,7 @@ class ControlAdapter(
|
||||
}
|
||||
TYPE_DIVIDER -> {
|
||||
DividerHolder(layoutInflater.inflate(
|
||||
R.layout.controls_horizontal_divider_withEmpty, parent, false))
|
||||
R.layout.controls_horizontal_divider_with_empty, parent, false))
|
||||
}
|
||||
else -> throw IllegalStateException("Wrong viewType: $viewType")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user