我正在使用Android Studio 2.2.3创建一个Android应用程序,我无法理解为什么我收到此错误消息:
错误:(336,49)不允许分数类型('abc_dialog_fixed_height_major',值'80%')。
这是生成的文件:
... \应用\建立\中间体\ RES \合并\调试\值\ values.xml
这一行:
...
<dimen name="abc_control_inset_material">4dp</dimen>
<dimen name="abc_control_padding_material">4dp</dimen>
<dimen name="abc_dialog_fixed_height_major">80%</dimen>
<item name="abc_dialog_fixed_height_minor" type="dimen">100%</item>
<dimen name="abc_dialog_fixed_width_major">320dp</dimen>
...
我的gradle文件如下所示:
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
defaultConfig {
applicationId "com.oe_ba.hadis"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.google.code.gson:gson:2.7'
compile 'com.android.support:recyclerview-v7:+'
compile 'com.android.support:cardview-v7:+'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'com.jakewharton.timber:timber:4.5.0'
compile 'com.afollestad.material-dialogs:core:0.9.2.3'
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.jenzz:materialpreference:1.3'
compile 'com.malinskiy:superrecyclerview:1.1.4'
testCompile 'junit:junit:4.12'
}
答案 0 :(得分:1)
您应该使用项目.navbar-brand {
padding: 0px;
}
.navbar-brand img {
height: 100%;
width: auto;
}
作为百分比值。您可以找到更多信息here。