xshengcn's recent timeline updates
xshengcn

xshengcn

V2EX member #179360, joined on 2016-06-28 10:18:15 +08:00
xshengcn's recent replies
https://github.com/Tinder/Scarlet

使用起来和 Retrofit 一样
https://juejin.im/post/5c6a290cf265da2d864b2c09
dialog 为什么不用透明的 activity 来展示呢
Nov 18, 2018
Replied to a topic by nutting Android 刷了 pixel experience,怎么修改虚拟按键位置
> adb shell
> settings put secure sysui_nav_bar "space,recent;home;back,space"
@xshengcn 实验了一下好像 edittext 不能点击了😢
没这么麻烦, 直接在 recyclerview 上加上
android:descendantFocusability="blocksDescendants"
就行
Oct 20, 2016
Replied to a topic by akiossdev Android macOS Sierra ADB 没法连接手机
不需要引用 apt
apply plugin: 'com.android.application'

android {

defaultConfig {

jackOptions {
enabled true
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
// dagger2
compile 'com.google.dagger:dagger:2.7'
annotationProcessor 'com.google.dagger:dagger-compiler:2.7'
provided 'javax.annotation:jsr250-api:1.0'
}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1294 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 17:18 · PVG 01:18 · LAX 10:18 · JFK 13:18
♥ Do have faith in what you're doing.