29 lines
7.3 KiB
XML
29 lines
7.3 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res"/><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\build\generated\res\rs\debug"/><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\build\generated\res\resValues\debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\debug\res"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res"><file name="btn_next" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-hdpi\btn_next.png" qualifiers="hdpi-v4" type="drawable"/><file name="btn_pause" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-hdpi\btn_pause.png" qualifiers="hdpi-v4" type="drawable"/><file name="btn_play" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-hdpi\btn_play.png" qualifiers="hdpi-v4" type="drawable"/><file name="btn_prev" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-hdpi\btn_prev.png" qualifiers="hdpi-v4" type="drawable"/><file name="ic_launcher" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-hdpi\ic_launcher.png" qualifiers="hdpi-v4" type="drawable"/><file name="ic_launcher" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-mdpi\ic_launcher.png" qualifiers="mdpi-v4" type="drawable"/><file name="icon" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-xhdpi\icon.png" qualifiers="xhdpi-v4" type="drawable"/><file name="ic_launcher" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-xhdpi\ic_launcher.png" qualifiers="xhdpi-v4" type="drawable"/><file name="sing_icon" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-xhdpi\sing_icon.jpg" qualifiers="xhdpi-v4" type="drawable"/><file name="ic_launcher" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\drawable-xxhdpi\ic_launcher.png" qualifiers="xxhdpi-v4" type="drawable"/><file name="custom" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\custom.xml" qualifiers="" type="layout"/><file name="main" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\main.xml" qualifiers="" type="layout"/><file name="progress" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\progress.xml" qualifiers="" type="layout"/><file name="view_custom" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\view_custom.xml" qualifiers="" type="layout"/><file name="view_custom_button" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\view_custom_button.xml" qualifiers="" type="layout"/><file name="view_custom_progress" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\layout\view_custom_progress.xml" qualifiers="" type="layout"/><file name="main" path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\menu\main.xml" qualifiers="" type="menu"/><file path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\values\dimens.xml" qualifiers=""><dimen name="activity_horizontal_margin">16dp</dimen><dimen name="activity_vertical_margin">16dp</dimen></file><file path="E:\kejiang\AndroidStudioProjects\Notification\n
|
||
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||
|
|
</style><style name="AppBaseTheme" parent="android:Theme.Light">
|
||
|
|
<!--
|
||
|
|
Theme customizations available in newer API levels can go in
|
||
|
|
res/values-vXX/styles.xml, while customizations related to
|
||
|
|
backward-compatibility can go here.
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
-->
|
||
|
|
</style><style name="btn_custom_style">
|
||
|
|
<item name="android:layout_width">48dip</item>
|
||
|
|
<item name="android:layout_height">48dip</item>
|
||
|
|
<item name="android:layout_gravity">center|right</item>
|
||
|
|
<item name="android:background">?android:listChoiceBackgroundIndicator</item>
|
||
|
|
</style><style name="NotificationTitle">
|
||
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||
|
|
<item name="android:textStyle">bold</item>
|
||
|
|
</style><style name="AppTheme" parent="AppBaseTheme">
|
||
|
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
||
|
|
</style></file><file path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\values-sw720dp-land\dimens.xml" qualifiers="sw720dp-land-v13"><dimen name="activity_horizontal_margin">128dp</dimen></file><file path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\values-v11\styles.xml" qualifiers="v11"><style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title"/><style name="NotificationContent" parent="android:TextAppearance.StatusBar.EventContent"/><style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|
||
|
|
<!-- API 11 theme customizations can go here. -->
|
||
|
|
</style></file><file path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\values-v14\styles.xml" qualifiers="v14"><style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
||
|
|
<!-- API 14 theme customizations can go here. -->
|
||
|
|
</style></file><file path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\main\res\values-v9\styles.xml" qualifiers="v9"><style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title"/><style name="NotificationContent" parent="android:TextAppearance.StatusBar.EventContent"/><style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|
||
|
|
<!-- API 11 theme customizations can go here. -->
|
||
|
|
</style></file></source><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\build\generated\res\rs\debug"/><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\build\generated\res\resValues\debug"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="E:\kejiang\AndroidStudioProjects\Notification\notifications通知栏学习\src\debug\res"/></dataSet><mergedItems/></merger>
|