Skip to content

Commit cfaaaf5

Browse files
committed
update with new cipher rc4-md5
1 parent 4a4d3b1 commit cfaaaf5

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

src/main/res/values/arrays.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<string-array name="enc_method_entry">
66
<item>TABLE</item>
77
<item>RC4</item>
8+
<item>RC4-MD5</item>
89
<item>AES-128-CFB</item>
910
<item>AES-192-CFB</item>
1011
<item>AES-256-CFB</item>
@@ -22,6 +23,7 @@
2223
<string-array name="enc_method_value">
2324
<item>table</item>
2425
<item>rc4</item>
26+
<item>rc4-md5</item>
2527
<item>aes-128-cfb</item>
2628
<item>aes-192-cfb</item>
2729
<item>aes-256-cfb</item>

src/main/res/values/styles_shadow.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
<item name="android:actionModeBackground">@drawable/cab_background_top_shadow</item>
3030
<item name="android:actionModeSplitBackground">@drawable/cab_background_bottom_shadow</item>
3131
<item name="android:actionModeCloseButtonStyle">@style/ActionButton.CloseMode.Shadow</item>
32-
33-
<!-- Light.DarkActionBar specific -->
32+
33+
<!-- Light.DarkActionBar specific -->
3434
<item name="android:actionBarWidgetTheme">@style/Theme.Shadow.Widget</item>
3535

3636
</style>
3737

3838
<style name="ActionBar.Solid.Shadow" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
39-
<item name="android:background">@drawable/ab_solid_shadow</item>
39+
<item name="android:background">@drawable/ab_background_textured_shadow</item>
4040
<item name="android:backgroundStacked">@drawable/ab_stacked_solid_shadow</item>
41-
<item name="android:backgroundSplit">@drawable/ab_bottom_solid_shadow</item>
41+
<item name="android:backgroundSplit">@drawable/ab_background_textured_shadow</item>
4242
<item name="android:progressBarStyle">@style/ProgressBar.Shadow</item>
4343
</style>
4444

@@ -48,7 +48,7 @@
4848
</style>
4949

5050
<style name="PopupMenu.Shadow" parent="@android:style/Widget.Holo.ListPopupWindow">
51-
<item name="android:popupBackground">@drawable/menu_dropdown_panel_shadow</item>
51+
<item name="android:popupBackground">@drawable/menu_dropdown_panel_shadow</item>
5252
</style>
5353

5454
<style name="DropDownListView.Shadow" parent="@android:style/Widget.Holo.ListView.DropDown">
@@ -64,11 +64,11 @@
6464
<item name="android:popupBackground">@drawable/menu_dropdown_panel_shadow</item>
6565
<item name="android:dropDownSelector">@drawable/selectable_background_shadow</item>
6666
</style>
67-
67+
6868
<style name="ProgressBar.Shadow" parent="@android:style/Widget.Holo.ProgressBar.Horizontal">
6969
<item name="android:progressDrawable">@drawable/progress_horizontal_shadow</item>
7070
</style>
71-
71+
7272
<style name="ActionButton.CloseMode.Shadow" parent="@android:style/Widget.Holo.ActionButton.CloseMode">
7373
<item name="android:background">@drawable/btn_cab_done_shadow</item>
7474
</style>

0 commit comments

Comments
 (0)