我可以完美地在支持库23.1.1中使用FAB,当我把它放在XML中时,它看起来没有任何问题。但是当我使用android - 支持库23.2.1或更高版本,并尝试使用FAB并放入XML时,它不会显示为FAB,只是一个空白矩形。请问如何在这些库中使用FAB?我试图重建项目但没有发生任何事情。 这是我的傻瓜
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "maysara.maysara_.com.textonwallpaper"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
}
答案 0 :(得分:0)
转到Android SDK Manager,查看是否有以下可用更新:
更新,重建并查看它是否解决了问题。