Yrom Wang
Yrom Wang
I am trying use `ProfileObservableFieldsViewModel` instead of `ProfileObservableViewModel`, but find an obvious bug at this line [ProfileObservableViewModel.kt#L72](https://github.com/googlesamples/android-databinding/blob/3bd8191ff6b0b322394087e5da497d32c4cb3b10/BasicSample/app/src/main/java/com/example/android/databinding/basicsample/data/ProfileObservableViewModel.kt#L72) that the icon was not changed as expected 😭
I'm translating guides to Chinese, but wondering how to contribute without modifying the source file. Any help would be appreciated.
activity已设置属性 `android:windowSoftInputMode="stateAlwaysHidden|adjustPan"` https://github.com/yrom/AcFun-Area63/blob/master/app/AndroidManifest.xml#L84-L90 底部EditText在多行情况下点选第一行其余行会被软键盘遮住 如下:  点选最后一行则正常:  除了将`adjustPan`换成`adjustResize`,还有什么办法?
https://developer.android.com/training/material/theme.html
It seems `okbuck` (ver 0.34.1) not recognize the `postprocessing` block. Snippet in my app's `build.gradle` looks like: ``` buildTypes { release { postprocessing { obfuscate = true optimizeCode = false...
This API can capture the audio being played by other apps. See and .
处理逻辑有问题