ListView doesn't get styled with theme when using custom adapter
问题 I have minidemo with three fragments. One displays two TextView and an editview directly, the next treat the same layout as rows in a list with custom adapter, the third displays a plain list with standard adapter (simple_list_item_1) The activity uses a standard theme ( Theme.AppCompat.Light.DarkActionBar ), which I have not modified. I would have expected all three blocks to be styled similarly. Instead, the second block with the custom adapter does not seem to get styled according to the