Skip to content

Commit 7ce9f11

Browse files
author
jfeinstein10
committed
Removing ActionBarCompat stuff.
1 parent 5adcebe commit 7ce9f11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+10
-1166
lines changed

library/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
android:minSdkVersion="3"
99
android:targetSdkVersion="14" />
1010

11-
<application
12-
android:theme="@style/AppTheme" >
11+
<application >
1312
<activity android:name=".SlidingMenuActivity" />
1413
</application>
1514

-154 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-573 Bytes
Binary file not shown.
-822 Bytes
Binary file not shown.
-1.94 KB
Binary file not shown.
-148 Bytes
Binary file not shown.
-875 Bytes
Binary file not shown.
-757 Bytes
Binary file not shown.
-674 Bytes
Binary file not shown.
-619 Bytes
Binary file not shown.
-1.15 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-829 Bytes
Binary file not shown.
-1.01 KB
Binary file not shown.
-953 Bytes
Binary file not shown.
-2.36 KB
Binary file not shown.
-2.29 KB
Binary file not shown.
-1.47 KB
Binary file not shown.

library/res/drawable-hdpi/ic_home.png

-1.98 KB
Binary file not shown.
-3.16 KB
Binary file not shown.
-952 Bytes
Binary file not shown.
-1.48 KB
Binary file not shown.
-1.4 KB
Binary file not shown.
-1.32 KB
Binary file not shown.

library/res/drawable-mdpi/ic_home.png

-1.54 KB
Binary file not shown.
-1.87 KB
Binary file not shown.
-955 Bytes
Binary file not shown.
-2.52 KB
Binary file not shown.
-2.32 KB
Binary file not shown.
-1.73 KB
Binary file not shown.
-2.35 KB
Binary file not shown.

library/res/drawable/actionbar_compat_item.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

library/res/drawable/actionbar_compat_item_focused.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

library/res/drawable/actionbar_compat_item_pressed.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

library/res/layout-v11/actionbar_indeterminate_progress.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

library/res/layout/actionbar_compat.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

library/res/menu/main.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

library/res/values/attrs.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@
1616

1717
<resources>
1818

19-
<declare-styleable name="AppTheme">
20-
<attr name="actionbarCompatTitleStyle" format="reference" />
21-
<attr name="actionbarCompatItemStyle" format="reference" />
22-
<attr name="actionbarCompatItemHomeStyle" format="reference" />
23-
<attr name="actionbarCompatProgressIndicatorStyle" format="reference" />
24-
</declare-styleable>
25-
26-
<declare-styleable name="BezelImageView">
27-
<attr name="maskDrawable" format="reference" />
28-
<attr name="borderDrawable" format="reference" />
19+
<declare-styleable name="SlidingMenu">
20+
<attr name="viewAbove" format="reference" />
21+
<attr name="viewBehind" format="reference" />
22+
<attr name="behindOffset" format="dimension" />
23+
<attr name="behindScrollScale" format="float" />
24+
<attr name="behindSide">
25+
<enum name="left" value="0" />
26+
<enum name="right" value="1" />
27+
</attr>
2928
</declare-styleable>
3029

3130
</resources>

library/res/values/colors.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

library/res/values/dimens.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

library/res/values/ids.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

library/res/values/strings.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

library/res/values/styles.xml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)