- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我对 v17/mr-media_route_list_item.xml 中的 XMl 文件有疑问。
我一直收到这个错误,但还没有找到解决方案!
这是一个printshot XML 和问题*
XML 代码如下:
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical">
<LinearLayout android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"
android:gravity="start|center_vertical"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:duplicateParentState="true">
<TextView android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
android:duplicateParentState="true" />
<TextView android:id="@android:id/text2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceSmall"
android:duplicateParentState="true" />
</LinearLayout>
</LinearLayout>
最佳答案
android:paddingStart
和 android:paddingEnd
已添加到 API 级别 17。您的构建目标(例如,Project > Properties > Android in Eclipse)需要是 API 17 级或以上才能被认可。
关于java - 在包 'paddingEnd' 中找不到属性 'android' 的资源标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21531475/
自从我在编写 xml 布局文件时,Eclipse 的自动完成框几次提出 android:paddingStart android:paddingStop。 我真的不明白这些属性应该做什么。 eclip
我对 v17/mr-media_route_list_item.xml 中的 XMl 文件有疑问。 我一直收到这个错误,但还没有找到解决方案! 这是一个printshot XML 和问题* XML 代
在最近的代码编写过程中,我看到单个元素仅包含 paddingLeft/Right、paddingStart/End,以及两者。 似乎找不到任何更好的东西以及为什么。任何人有任何见解/何时使用一个或另一
我刚刚发现有 android:marginStart、android:marginEnd、android:paddingStart 和 android:paddingEnd。此边距和填充使用文本方向。
我是一名优秀的程序员,十分优秀!