Skip to content

Commit

Permalink
update framework-res
Browse files Browse the repository at this point in the history
  • Loading branch information
ymdzq committed Oct 21, 2013
1 parent b09bc00 commit 8410eed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion OriginalSettings/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<uses-permission android:name="android.permission.MANAGE_USB" />
<uses-permission android:name="android.permission.SET_POINTER_SPEED" />
<uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" />
<application android:theme="@miui:style/V5.Theme" android:label="@string/settings_label" android:icon="@mipmap/ic_launcher_settings" android:taskAffinity="" android:hardwareAccelerated="true" android:uiOptions="splitActionBarWhenNarrow">
<application android:theme="@miui:style/V5.Theme.Light.Settings" android:label="@string/settings_label" android:icon="@mipmap/ic_launcher_settings" android:taskAffinity="" android:hardwareAccelerated="true" android:uiOptions="splitActionBarWhenNarrow">
<activity android:label="@string/settings_label_launcher" android:name="Settings" android:taskAffinity="com.android.OriginalSettings" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
6 changes: 0 additions & 6 deletions framework-res/res/drawable/notification_bg.xml

This file was deleted.

6 changes: 0 additions & 6 deletions framework-res/res/drawable/notification_bg_low.xml

This file was deleted.

2 changes: 2 additions & 0 deletions framework-res/res/values/drawables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<item type="drawable" name="screen_background_light_transparent">#80ffffff</item>
<item type="drawable" name="dialog_holo_dark_frame">@drawable/dialog_full_holo_dark</item>
<item type="drawable" name="dialog_holo_light_frame">@drawable/dialog_full_holo_light</item>
<item type="drawable" name="notification_bg">#00000000</item>
<item type="drawable" name="notification_bg_low">#00000000</item>
<item type="drawable" name="status_bar_closed_default_background">#ff000000</item>
<item type="drawable" name="status_bar_opened_default_background">#ff000000</item>
<item type="drawable" name="notification_item_background_color">#ff111111</item>
Expand Down

0 comments on commit 8410eed

Please sign in to comment.