App Customisation

Hi,

I am trying to customise my app in odk-survey. Can someone point me in the direction of the right css tags to change the color of the ‘Create new participant’ button and the instance detail panel?

Thanks

The element is:

<button type="button" class="createInstance btn btn-default" tabindex="0">Create new instance
                        <span class="glyphicon glyphicon-plus-sign" style="font-size:20px;"></span>
                    </button>

I figured this out using Chrome developer tools to view the webkit on the device. If you are using app-designer it will already be in chrome.

Here are directions how to view the debug information of the webview on the Android device using a computer:

Waylon,

That’s awesome, takes all the guesswork out of identifying each button and field.

Thanks