@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<style name="Theme.Transdroid" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowBackground">@color/WindowBackgroundColor</item> |
||||
<item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item> |
||||
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item> |
||||
<item name="actionBarItemBackground">@drawable/title_button</item> |
||||
</style> |
||||
<style name="Theme.Transdroid.NoTitle" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowNoTitle">true</item> |
||||
</style> |
||||
<style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.Light.ActionBar"> |
||||
<item name="android:displayOptions">useLogo|showHome</item> |
||||
<item name="displayOptions">useLogo|showHome</item> |
||||
<item name="background">@color/TitleBackgroundColor</item> |
||||
<item name="android:background">@color/TitleBackgroundColor</item> |
||||
<item name="android:textAppearance">@style/WindowTitleText</item> |
||||
</style> |
||||
</resources> |
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<style name="Theme.Transdroid" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowBackground">@color/WindowBackgroundColor</item> |
||||
<item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item> |
||||
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item> |
||||
<item name="android:actionBarItemBackground">@drawable/title_button</item> |
||||
<item name="actionBarItemBackground">@drawable/title_button</item> |
||||
</style> |
||||
<style name="Theme.Transdroid.NoTitle" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowNoTitle">true</item> |
||||
</style> |
||||
<style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.Light.ActionBar"> |
||||
<item name="android:displayOptions">useLogo|showHome</item> |
||||
<item name="displayOptions">useLogo|showHome</item> |
||||
<item name="background">@color/TitleBackgroundColor</item> |
||||
<item name="android:background">@color/TitleBackgroundColor</item> |
||||
<item name="android:textAppearance">@style/WindowTitleText</item> |
||||
</style> |
||||
</resources> |
@ -1,15 +1,17 @@
@@ -1,15 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources> |
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<style name="Theme.Transdroid" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowBackground">@color/WindowBackgroundColor</item> |
||||
<item name="abLogo">@drawable/pixel</item> |
||||
<item name="abTitleTextStyle">@style/WindowTitleText</item> |
||||
<item name="abDisplayOptions">showHome|useLogo</item> |
||||
<item name="abBackground">@color/TitleBackgroundColor</item> |
||||
<item name="actionSpinnerItemStyle">@style/WindowTitleText</item> |
||||
<item name="selectableItemBackground">@drawable/title_button</item> |
||||
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item> |
||||
<item name="actionBarItemBackground">@drawable/title_button</item> |
||||
</style> |
||||
<style name="Theme.Transdroid.NoTitle" parent="@style/Theme.Sherlock"> |
||||
<item name="android:windowNoTitle">true</item> |
||||
</style> |
||||
<style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.Light.ActionBar"> |
||||
<item name="displayOptions">useLogo|showHome</item> |
||||
<item name="background">@color/TitleBackgroundColor</item> |
||||
<item name="android:background">@color/TitleBackgroundColor</item> |
||||
<item name="android:textAppearance">@style/WindowTitleText</item> |
||||
</style> |
||||
</resources> |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
Contributing |
||||
============ |
||||
|
||||
If you would like to contribute code to ActionBarSherlock you can do so through |
||||
GitHub by forking the repository and sending a pull request. |
||||
|
||||
When submitting code, please make every effort to follow existing conventions |
||||
and style in order to keep the code as readable as possible. Please also make |
||||
sure your code compiles by running `mvn clean verify`. Checkstyle failures |
||||
during compilation indicate errors in your style and can be viewed in the |
||||
`checkstyle-result.xml` file. |
@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> |
||||
<classpathentry kind="src" path="src"/> |
||||
<classpathentry kind="src" path="gen"/> |
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> |
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> |
||||
<classpathentry kind="output" path="bin/classes"/> |
||||
</classpath> |
||||
|
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
#Tue Nov 01 09:28:45 CET 2011 |
||||
eclipse.preferences.version=1 |
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 |
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve |
||||
org.eclipse.jdt.core.compiler.compliance=1.6 |
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate |
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate |
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate |
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
||||
org.eclipse.jdt.core.compiler.source=1.6 |
@ -1,13 +1,6 @@
@@ -1,13 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100" android:versionName="4.2.0" package="com.actionbarsherlock"> |
||||
|
||||
<manifest |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
package="com.actionbarsherlock" |
||||
android:versionCode="20" |
||||
android:versionName="3.3.0"> |
||||
|
||||
<uses-sdk |
||||
android:minSdkVersion="4" |
||||
android:targetSdkVersion="13" /> |
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/> |
||||
|
||||
</manifest> |
||||
|
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
android.library=true |
||||
# Project target. |
||||
target=android-13 |
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_selected="false" android:state_pressed="false" android:state_focused="false" android:drawable="@android:color/transparent" /> |
||||
<item android:state_selected="false" android:state_pressed="false" android:state_focused="true" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="false" android:state_pressed="true" android:state_focused="false" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="false" android:state_pressed="true" android:state_focused="true" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="true" android:state_pressed="false" android:state_focused="false" android:drawable="@android:color/transparent" /> |
||||
<item android:state_selected="true" android:state_pressed="false" android:state_focused="true" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="true" android:state_pressed="true" android:state_focused="false" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="true" android:state_pressed="true" android:state_focused="true" android:drawable="@color/abs__item_focused" /> |
||||
<item android:state_selected="true" android:state_pressed="false" android:state_focused="false" android:drawable="@android:color/transparent" /> |
||||
<item android:drawable="@android:color/transparent" /> |
||||
</selector> |
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Copyright (C) 2010 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. |
||||
--> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_dark"/> |
||||
<item android:color="@color/abs__bright_foreground_holo_dark"/> <!-- not selected --> |
||||
</selector> |
@ -0,0 +1,21 @@
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Copyright (C) 2010 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. |
||||
--> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_light"/> |
||||
<item android:color="@color/abs__bright_foreground_holo_light"/> <!-- not selected --> |
||||
</selector> |
||||
|
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Copyright (C) 2010 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. |
||||
--> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_dark"/> |
||||
<item android:state_window_focused="false" android:color="@color/abs__bright_foreground_holo_dark"/> |
||||
<item android:state_pressed="true" android:color="@color/abs__bright_foreground_holo_dark"/> |
||||
<item android:state_selected="true" android:color="@color/abs__bright_foreground_holo_dark"/> |
||||
<item android:state_activated="true" android:color="@color/abs__bright_foreground_holo_dark"/> |
||||
<item android:color="@color/abs__bright_foreground_holo_dark"/> <!-- not selected --> |
||||
</selector> |
@ -0,0 +1,26 @@
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- Copyright (C) 2010 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. |
||||
--> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_light"/> |
||||
<item android:state_window_focused="false" android:color="@color/abs__bright_foreground_holo_light"/> |
||||
<item android:state_pressed="true" android:color="@color/abs__bright_foreground_holo_light"/> |
||||
<item android:state_selected="true" android:color="@color/abs__bright_foreground_holo_light"/> |
||||
<item android:state_activated="true" android:color="@color/abs__bright_foreground_holo_light"/> |
||||
<item android:color="@color/abs__bright_foreground_holo_light"/> <!-- not selected --> |
||||
|
||||
</selector> |
||||
|
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_selected="true" android:color="@android:color/primary_text_dark" /> |
||||
<item android:state_focused="true" android:color="@android:color/primary_text_dark" /> |
||||
<item android:state_pressed="true" android:color="@android:color/primary_text_dark" /> |
||||
<item android:color="@android:color/primary_text_dark" /> |
||||
</selector> |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_selected="true" android:color="#000" /> |
||||
<item android:state_focused="true" android:color="#000" /> |
||||
<item android:state_pressed="true" android:color="#000" /> |
||||
<item android:color="#000" /> |
||||
</selector> |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 138 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 102 B |
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 957 B |
Before Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 975 B After Width: | Height: | Size: 546 B |
After Width: | Height: | Size: 713 B |
After Width: | Height: | Size: 737 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 505 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 922 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 917 B |
After Width: | Height: | Size: 917 B |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 2.0 KiB |