4
A
回答
11
嘗試一個:-)
<?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>
1
請參閱Android開發人員網站中的Creating a Custom Expanded View。
我引述:
創建擴展 視圖中的XML佈局。例如,創建一個佈局 文件名爲 custom_notification_layout.xml和 構建它,像這樣:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="3dp"
>
<ImageView android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="10dp"
/>
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:textColor="#000"
/> </LinearLayout>
此佈局用於擴大 觀點,但ImageView的 和TextView的內容仍然需要由應用程序定義 。 RemoteViews報價 一些方便的方法,讓您 來定義這個內容...
相關問題
- 1. 打開時「未知」的默認狀態
- 2. QPushButton默認狀態
- 3. 默認狀態2
- 4. 如何在狀態欄中顯示默認無聲通知?
- 5. Android按鈕默認狀態
- 6. Android SlidingDrawer默認狀態?
- 7. Woocommerce默認訂單狀態
- 8. Jquery按鈕默認狀態
- 9. JQuery Accordion默認狀態
- 10. Wix CheckBox默認狀態
- 11. Android狀態通知
- 12. 狀態欄通知
- 13. 狀態欄通知
- 14. Slack默認頻道通知
- 15. 通知setLights()默認值?
- 16. Android通知默認設置
- 17. 城市飛艇:默認狀態欄通知的自定義圖標
- 18. PhoneGap的狀態欄通知
- 19. 使用自定義狀態欄通知獲取默認圖標背景
- 20. Google API的默認Magento訂單狀態
- 21. 更改noauth_local_webserver的默認狀態?
- 22. 帶條件/默認狀態的jQuery toggleClass
- 23. 如何設置UISegmentedControl的默認狀態?
- 24. 返回的UpdatePanel到默認狀態
- 25. 設置數組的默認狀態
- 26. 僅更改ImageButton背景的一個狀態(默認狀態)
- 27. AngularJS ui-router默認狀態爲沒有URL的狀態
- 28. 自定義狀態欄被SAP的默認狀態欄隱藏
- 29. jQuery - 切換到默認狀態以外的狀態?
- 30. 通知狀態欄文本