- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
来自平台源的 select_dialog_singlechoice_material.xml 布局使用 android:checkMarkGravity="start"属性:
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 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.
-->
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorAlertDialogListItem"
android:gravity="center_vertical"
android:paddingStart="@dimen/alert_dialog_padding_material"
android:paddingEnd="@dimen/alert_dialog_padding_material"
android:checkMark="?android:attr/listChoiceIndicatorSingle"
android:checkMarkGravity="start"
android:ellipsize="marquee" />
但是我无法在我的项目中使用此属性,因为出现以下错误:
Error:(15) No resource identifier found for attribute 'checkMarkGravity' in package 'android'
是否可以以某种方式使用此属性?我正在为 api 21 编译,所以这应该没问题:
minSdkVersion 21
targetSdkVersion 21
最佳答案
我不知道这个属性是否正确但在官方文档中不存在:http://developer.android.com/intl/es/reference/android/widget/CheckedTextView.html
无论如何,该值出现在该文件的同一个项目中(第 2052 行): https://github.com/android/platform_frameworks_base/blob/59701b9ba5c453e327bc0e6873a9f6ff87a10391/core/res/res/values/symbols.xml
关于CheckedTextView 的 Android checkMarkGravity 属性(api 21),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27487302/
来自平台源的 select_dialog_singlechoice_material.xml 布局使用 android:checkMarkGravity="start"属性: 但是我无法在我的项
我是一名优秀的程序员,十分优秀!