Merge "Rename file because gradle doesn't like camelCase." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-13 21:03:53 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -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")
}