Rename layout for better visibility

This commit is contained in:
J-Jamet
2019-08-05 09:49:58 +02:00
parent 949e6f247d
commit 6f1dc14bdc
62 changed files with 31 additions and 41 deletions

View File

@@ -141,7 +141,7 @@ object AutofillHelper {
}
private fun newRemoteViews(packageName: String, remoteViewsText: String): RemoteViews {
val presentation = RemoteViews(packageName, R.layout.autofill_service_list_item)
val presentation = RemoteViews(packageName, R.layout.item_autofill_service)
presentation.setTextViewText(R.id.text, remoteViewsText)
return presentation
}