android - 状态通知的默认 XML

标签 android android-layout android-xml

我希望将自定义 XML 用于状态栏通知。

作为起点,是否可以在任何地方找到默认通知的 xml 代码?

谢谢。

最佳答案

试试那个 :-)

https://github.com/android/platform_frameworks_base/blob/master/core/res/res/layout/status_bar_latest_event_content.xml

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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.
-->

<!-- Nobody should be using this file directly. If you do, you will get a
     purple background. Have fun with that. -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/status_bar_latest_event_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#FFFF00FF"

    <include layout="@layout/notification_template_material_base"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        />
</FrameLayout>

关于android - 状态通知的默认 XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5020468/

相关文章:

android - 造型 Sherlock 操作栏下拉项目

java - 图像未显示在 Android Studio 设计选项卡上的网格布局中

android - 如何在 Android XML 中旋转线?

android - ListView 未在选项卡 View 中完整查看

Javascript 图像裁剪 Canvas 错误

android - 使用 loadLabel(android.content.pm.PackageManager) 为 Android Widget 设置标签的示例

java - 我可以在 Android 上的 javafx 中显示 google adwords (AdView)

android - ScrollView 下的静态按钮,其中包含动态表格布局

android - 如何在 android(导航按钮)中将软键的颜色更改为白色

android - 调用需要 API 级别 16(当前最低为 14)