Bruno
Bruno
gradle: `implementation 'com.github.hakobast:dropdown-textview:0.3.1'` layout file: ``` ``` errors: ``` Android resource linking failed AAPT: \app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:4155: error: resource attr/title_text (aka com.example.test:attr/title_text) not found. \app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:4156: error: resource attr/content_text (aka com.example.test:attr/content_text) not found....
### Describe the bug When using the lazy option in SocketAppender as shown in [this example](https://github.com/tony19/logback-android/wiki/Appender-Notes#socketappender-syslogappender), the options is not recognized and I get the following error: `System.out: 16:45:29,844 |-ERROR...