I am trying to customize the functionality of the RequestListActivity in my Android app. It appears that the only option to pass to the configuration is "withContactUsButtonVisible" which will show/hide the floating action button in the event that there are existing requests. However, when the list is empty, there is still a button to "Start a Conversation" regardless of whether or not the Contact Us button is set to be visible or not. In the iOS SDK, we have the RequestListUIConfiguration which has the "allowRequestCreation" setting, which will hide this button or any other ability to create a new request from within the Request List, which is what I want to do.
Is there a way to hide the "Start a Conversation" button in Android's empty RequestListActivity?
