Merge branch 'master-actionbar'
* master-actionbar: (103 commits) Revert "Context actionbar for the account screen." Revert "Add context action bar on FolderList activity." - We are not ready for this sort of future yet ;) re Bernhard's Issue 4543 fix: only set as read if account.isMarkMessageAsReadOnView() Fixes 4517: Junk special folder not autoconfigured (rfc6154 implementation was incomplete) Fixed Issue 4543: Msg UnRead after "Download Complete" pressed fixed download complete message button Set (un)read toggle title based on current message state. Rename some one-letter variables. Fix whitespace; no functional changes. Move message selection functionality into the MessageAdapter. When we're at the end of the message list, dim the next or prev button instead of making it vanish Don't show the menu button twice. (Don't show it even once on Gingerbread devices, all of which had a hardware menu button) Remove "flag" as a meessage view menu option (duplicates tapping on the star) Move "move" and "copy" out of a submenu Show the subject line in the MessageHeader if the ActionBar title was truncated. Add icons for the dark theme and make them active. Set abs title to (no subject) if the message has no subject. Hide the unread message count in the actionbar when doing an explicit search. Hide subject line in MessageView since it's now displayed in the actionbar. IntelliJ IDEA: More build config fixes for ABS. ...
@ -3,12 +3,6 @@
|
|||||||
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="src"/>
|
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="src"/>
|
||||||
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="gen"/>
|
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="lib" path="libs/commons-io-2.0.1.jar"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
<classpathentry kind="lib" path="libs/jzlib-1.0.7.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/jutf7-1.0.1-SNAPSHOT.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/htmlcleaner-2.2.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/apache-mime4j-core-0.7.2.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/apache-mime4j-dom-0.7.2.jar"/>
|
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "plugins/ActionBarSherlock"]
|
||||||
|
path = plugins/ActionBarSherlock
|
||||||
|
url = https://github.com/JakeWharton/ActionBarSherlock
|
67
ActionBarSherlock.iml
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/plugins/ActionBarSherlock/library/target/generated-sources/r" />
|
||||||
|
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/plugins/ActionBarSherlock/library/target/generated-sources/aidl" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/plugins/ActionBarSherlock/library/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/plugins/ActionBarSherlock/library/res" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/plugins/ActionBarSherlock/library/assets" />
|
||||||
|
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/plugins/ActionBarSherlock/library/libs" />
|
||||||
|
<option name="REGENERATE_R_JAVA" value="true" />
|
||||||
|
<option name="REGENERATE_JAVA_BY_AIDL" value="true" />
|
||||||
|
<option name="USE_CUSTOM_APK_RESOURCE_FOLDER" value="false" />
|
||||||
|
<option name="CUSTOM_APK_RESOURCE_FOLDER" value="/plugins/ActionBarSherlock/library/target/generated-sources/combined-resources/res" />
|
||||||
|
<option name="USE_CUSTOM_COMPILER_MANIFEST" value="false" />
|
||||||
|
<option name="CUSTOM_COMPILER_MANIFEST" value="" />
|
||||||
|
<option name="APK_PATH" value="/plugins/ActionBarSherlock/library/target/library.apk" />
|
||||||
|
<option name="LIBRARY_PROJECT" value="true" />
|
||||||
|
<option name="RUN_PROCESS_RESOURCES_MAVEN_TASK" value="false" />
|
||||||
|
<option name="GENERATE_UNSIGNED_APK" value="false" />
|
||||||
|
<option name="CUSTOM_DEBUG_KEYSTORE_PATH" value="" />
|
||||||
|
<option name="PACK_TEST_CODE" value="false" />
|
||||||
|
<option name="RUN_PROGUARD" value="false" />
|
||||||
|
<option name="PROGUARD_CFG_PATH" value="/proguard-project.txt" />
|
||||||
|
<resOverlayFolders>
|
||||||
|
<path>/plugins/ActionBarSherlock/library/res-overlay</path>
|
||||||
|
</resOverlayFolders>
|
||||||
|
<includeSystemProguardFile>true</includeSystemProguardFile>
|
||||||
|
<additionalNativeLibs />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
|
||||||
|
<output url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/classes" />
|
||||||
|
<output-test url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/test-classes" />
|
||||||
|
<content url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/src" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/test" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/generated-sources/r" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/gen" isTestSource="false" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/classes" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/generated-sources/combined-assets" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/generated-sources/combined-resources" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/generated-sources/extracted-dependencies" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/plugins/ActionBarSherlock/library/target/test-classes" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.android:android:4.0.1.2" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-logging:commons-logging:1.1.1" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpclient:4.0.1" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpcore:4.0.1" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: commons-codec:commons-codec:1.3" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.khronos:opengl-api:gl1.1-android-2.1_r1" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: xerces:xmlParserAPIs:2.6.2" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: xpp3:xpp3:1.1.4c" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.json:json:20080701" level="project" />
|
||||||
|
<orderEntry type="library" name="Maven: com.google.android:support-v4:r7" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: com.pivotallabs:robolectric:1.1" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:1.0" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: org.xerial:sqlite-jdbc:3.7.2" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: org.javassist:javassist:3.14.0-GA" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.10" level="project" />
|
||||||
|
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
</component>
|
||||||
|
</module>
|
@ -6,7 +6,7 @@
|
|||||||
>
|
>
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="7"
|
android:minSdkVersion="7"
|
||||||
android:targetSdkVersion="7"
|
android:targetSdkVersion="15"
|
||||||
/>
|
/>
|
||||||
<supports-screens
|
<supports-screens
|
||||||
android:largeScreens="true"
|
android:largeScreens="true"
|
||||||
@ -59,6 +59,7 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name="K9"
|
android:name="K9"
|
||||||
android:allowTaskReparenting="false"
|
android:allowTaskReparenting="false"
|
||||||
|
android:theme="@style/Theme.Sherlock.Light.DarkActionBar"
|
||||||
>
|
>
|
||||||
<meta-data android:name="android.app.default_searchable"
|
<meta-data android:name="android.app.default_searchable"
|
||||||
android:value=".activity.Search" />
|
android:value=".activity.Search" />
|
||||||
@ -67,6 +68,7 @@
|
|||||||
android:name="com.fsck.k9.activity.Accounts"
|
android:name="com.fsck.k9.activity.Accounts"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
@ -90,6 +92,12 @@
|
|||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
>
|
>
|
||||||
</activity>
|
</activity>
|
||||||
|
<activity
|
||||||
|
android:name="com.fsck.k9.activity.setup.WelcomeMessage"
|
||||||
|
android:label="@string/welcome_message_title"
|
||||||
|
android:configChanges="locale"
|
||||||
|
>
|
||||||
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.fsck.k9.activity.setup.FontSizeSettings"
|
android:name="com.fsck.k9.activity.setup.FontSizeSettings"
|
||||||
android:label="@string/font_size_settings_title"
|
android:label="@string/font_size_settings_title"
|
||||||
@ -197,6 +205,7 @@
|
|||||||
android:name="com.fsck.k9.activity.FolderList"
|
android:name="com.fsck.k9.activity.FolderList"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<!-- This action is only to allow an entry point for launcher shortcuts -->
|
<!-- This action is only to allow an entry point for launcher shortcuts -->
|
||||||
@ -207,6 +216,7 @@
|
|||||||
android:name="com.fsck.k9.activity.MessageList"
|
android:name="com.fsck.k9.activity.MessageList"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<!-- This action is only to allow an entry point for launcher shortcuts -->
|
<!-- This action is only to allow an entry point for launcher shortcuts -->
|
||||||
@ -215,8 +225,8 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.fsck.k9.activity.MessageView"
|
android:name="com.fsck.k9.activity.MessageView"
|
||||||
android:theme="@android:style/Theme.Light"
|
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
@ -259,6 +269,7 @@
|
|||||||
<activity android:name="com.fsck.k9.activity.Search"
|
<activity android:name="com.fsck.k9.activity.Search"
|
||||||
android:label="@string/search_action"
|
android:label="@string/search_action"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.SEARCH" />
|
<action android:name="android.intent.action.SEARCH" />
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="libs" level="project" />
|
<orderEntry type="library" name="libs" level="project" />
|
||||||
<orderEntry type="library" scope="PROVIDED" name="compile-only-libs" level="project" />
|
<orderEntry type="library" scope="PROVIDED" name="compile-only-libs" level="project" />
|
||||||
|
<orderEntry type="module" module-name="ActionBarSherlock" />
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
202
k9mail.ipr
@ -113,6 +113,7 @@
|
|||||||
<excludeFromCompile>
|
<excludeFromCompile>
|
||||||
<directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" />
|
<directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" />
|
||||||
<directory url="file://$PROJECT_DIR$/plugins/ActionBarSherlock/library/gen" includeSubdirectories="true" />
|
<directory url="file://$PROJECT_DIR$/plugins/ActionBarSherlock/library/gen" includeSubdirectories="true" />
|
||||||
|
<directory url="file://$PROJECT_DIR$/plugins/ActionBarSherlock/library/target/generated-sources/r" includeSubdirectories="true" />
|
||||||
</excludeFromCompile>
|
</excludeFromCompile>
|
||||||
<resourceExtensions>
|
<resourceExtensions>
|
||||||
<entry name=".+\.(properties|xml|html|dtd|tld)" />
|
<entry name=".+\.(properties|xml|html|dtd|tld)" />
|
||||||
@ -138,10 +139,15 @@
|
|||||||
<component name="DependencyValidationManager">
|
<component name="DependencyValidationManager">
|
||||||
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
|
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false">
|
||||||
|
<file url="file://$PROJECT_DIR$/plugins/ActionBarSherlock/library" charset="UTF-8" />
|
||||||
|
</component>
|
||||||
<component name="EntryPointsManager">
|
<component name="EntryPointsManager">
|
||||||
<entry_points version="2.0" />
|
<entry_points version="2.0" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="FrameworkDetectionExcludesConfiguration">
|
||||||
|
<file type="android" url="file://$PROJECT_DIR$/plugins/ActionBarSherlock/library" />
|
||||||
|
</component>
|
||||||
<component name="IdProvider" IDEtalkID="71055AFE08650FC251AC52E23DE3F795" />
|
<component name="IdProvider" IDEtalkID="71055AFE08650FC251AC52E23DE3F795" />
|
||||||
<component name="InspectionProjectProfileManager">
|
<component name="InspectionProjectProfileManager">
|
||||||
<profiles>
|
<profiles>
|
||||||
@ -169,6 +175,9 @@
|
|||||||
<component name="IvyProjectSettings">
|
<component name="IvyProjectSettings">
|
||||||
<dependencies />
|
<dependencies />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="JavacSettings">
|
||||||
|
<option name="ADDITIONAL_OPTIONS_STRING" value="-target 1.6" />
|
||||||
|
</component>
|
||||||
<component name="JavadocGenerationManager">
|
<component name="JavadocGenerationManager">
|
||||||
<option name="OUTPUT_DIRECTORY" />
|
<option name="OUTPUT_DIRECTORY" />
|
||||||
<option name="OPTION_SCOPE" value="protected" />
|
<option name="OPTION_SCOPE" value="protected" />
|
||||||
@ -186,6 +195,18 @@
|
|||||||
<option name="LOCALE" />
|
<option name="LOCALE" />
|
||||||
<option name="OPEN_IN_BROWSER" value="true" />
|
<option name="OPEN_IN_BROWSER" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="MavenProjectsManager">
|
||||||
|
<option name="originalFiles">
|
||||||
|
<list>
|
||||||
|
<option value="$PROJECT_DIR$/plugins/ActionBarSherlock/library/pom.xml" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="activeProfiles">
|
||||||
|
<list>
|
||||||
|
<option value="sonatype-oss-release" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
<component name="NullableNotNullManager">
|
<component name="NullableNotNullManager">
|
||||||
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
|
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
|
||||||
<option name="myDefaultNotNull" value="org.jetbrains.annotations.NotNull" />
|
<option name="myDefaultNotNull" value="org.jetbrains.annotations.NotNull" />
|
||||||
@ -367,6 +388,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/ActionBarSherlock.iml" filepath="$PROJECT_DIR$/ActionBarSherlock.iml" />
|
||||||
<module fileurl="file://$PROJECT_DIR$/k9mail.iml" filepath="$PROJECT_DIR$/k9mail.iml" />
|
<module fileurl="file://$PROJECT_DIR$/k9mail.iml" filepath="$PROJECT_DIR$/k9mail.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
@ -389,6 +411,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="" vcs="Git" />
|
||||||
|
<mapping directory="$PROJECT_DIR$/plugins/ActionBarSherlock" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
<component name="VssConfiguration">
|
<component name="VssConfiguration">
|
||||||
<option name="CLIENT_PATH" value="" />
|
<option name="CLIENT_PATH" value="" />
|
||||||
@ -451,6 +474,181 @@
|
|||||||
<root url="jar://$PROJECT_DIR$/libs/htmlcleaner-2.2-all.zip!/HtmlCleaner/src/test/java" />
|
<root url="jar://$PROJECT_DIR$/libs/htmlcleaner-2.2-all.zip!/HtmlCleaner/src/test/java" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
|
<library name="Maven: com.google.android:android:4.0.1.2">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/android/4.0.1.2/android-4.0.1.2.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/android/4.0.1.2/android-4.0.1.2-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/android/4.0.1.2/android-4.0.1.2-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: com.google.android:support-v4:r7">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/support-v4/r7/support-v4-r7.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/support-v4/r7/support-v4-r7-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/google/android/support-v4/r7/support-v4-r7-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: com.pivotallabs:robolectric:1.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/pivotallabs/robolectric/1.1/robolectric-1.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/pivotallabs/robolectric/1.1/robolectric-1.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/com/pivotallabs/robolectric/1.1/robolectric-1.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: commons-codec:commons-codec:1.3">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.3/commons-codec-1.3.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.3/commons-codec-1.3-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.3/commons-codec-1.3-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: commons-logging:commons-logging:1.1.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: junit:junit:4.10">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.10/junit-4.10.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.10/junit-4.10-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.10/junit-4.10-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.apache.httpcomponents:httpclient:4.0.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.apache.httpcomponents:httpcore:4.0.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.hamcrest:hamcrest-core:1.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.javassist:javassist:3.14.0-GA">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.json:json:20080701">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20080701/json-20080701.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20080701/json-20080701-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/json/json/20080701/json-20080701-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.khronos:opengl-api:gl1.1-android-2.1_r1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/khronos/opengl-api/gl1.1-android-2.1_r1/opengl-api-gl1.1-android-2.1_r1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/khronos/opengl-api/gl1.1-android-2.1_r1/opengl-api-gl1.1-android-2.1_r1-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/khronos/opengl-api/gl1.1-android-2.1_r1/opengl-api-gl1.1-android-2.1_r1-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.objenesis:objenesis:1.0">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: org.xerial:sqlite-jdbc:3.7.2">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.7.2/sqlite-jdbc-3.7.2.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.7.2/sqlite-jdbc-3.7.2-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.7.2/sqlite-jdbc-3.7.2-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: xerces:xmlParserAPIs:2.6.2">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
<library name="Maven: xpp3:xpp3:1.1.4c">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3/1.1.4c/xpp3-1.1.4c-javadoc.jar!/" />
|
||||||
|
</JAVADOC>
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MAVEN_REPOSITORY$/xpp3/xpp3/1.1.4c/xpp3-1.1.4c-sources.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
1
plugins/ActionBarSherlock
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9598f2bb2ceed4a834cd5586a903f270ca4c0ccc
|
@ -13,3 +13,4 @@ java.encoding=utf8
|
|||||||
# Project target.
|
# Project target.
|
||||||
target=android-15
|
target=android-15
|
||||||
extensible.libs.classpath=compile-only-libs
|
extensible.libs.classpath=compile-only-libs
|
||||||
|
android.library.reference.1=plugins/ActionBarSherlock/library
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
/* //device/apps/common/assets/res/layout/list_content.xml
|
|
||||||
**
|
|
||||||
** Copyright 2009, Google Inc.
|
|
||||||
**
|
|
||||||
** 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.
|
|
||||||
*/
|
|
||||||
-->
|
|
||||||
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
||||||
<translate
|
|
||||||
android:fromYDelta="+10%p"
|
|
||||||
android:toYDelta="0"
|
|
||||||
android:duration="300" />
|
|
||||||
</set>
|
|
@ -1,26 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
/* //device/apps/common/assets/res/layout/list_content.xml
|
|
||||||
**
|
|
||||||
** Copyright 2009, Google Inc.
|
|
||||||
**
|
|
||||||
** 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.
|
|
||||||
*/
|
|
||||||
-->
|
|
||||||
|
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
||||||
<translate
|
|
||||||
android:fromYDelta="0"
|
|
||||||
android:toYDelta="+10%p"
|
|
||||||
android:duration="300" />
|
|
||||||
</set>
|
|
BIN
res/drawable-hdpi/ic_action_add_attachment_dark.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-hdpi/ic_action_add_attachment_light.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_action_add_cc_bbc_light.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_action_add_cc_bcc_dark.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_action_archive_dark.png
Normal file
After Width: | Height: | Size: 388 B |
BIN
res/drawable-hdpi/ic_action_archive_light.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
res/drawable-hdpi/ic_action_compose_dark.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
res/drawable-hdpi/ic_action_compose_light.png
Normal file
After Width: | Height: | Size: 868 B |
BIN
res/drawable-hdpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
res/drawable-hdpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_action_move_or_copy_dark.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
res/drawable-hdpi/ic_action_move_or_copy_light.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
res/drawable-hdpi/ic_action_next_message_dark.png
Normal file
After Width: | Height: | Size: 634 B |
BIN
res/drawable-hdpi/ic_action_next_message_light.png
Normal file
After Width: | Height: | Size: 720 B |
BIN
res/drawable-hdpi/ic_action_previous_message_dark.png
Normal file
After Width: | Height: | Size: 601 B |
BIN
res/drawable-hdpi/ic_action_previous_message_light.png
Normal file
After Width: | Height: | Size: 685 B |
BIN
res/drawable-hdpi/ic_action_read_dark.png
Normal file
After Width: | Height: | Size: 771 B |
BIN
res/drawable-hdpi/ic_action_read_light.png
Normal file
After Width: | Height: | Size: 875 B |
BIN
res/drawable-hdpi/ic_action_refresh_dark.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_action_refresh_light.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_action_search_dark.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-hdpi/ic_action_search_light.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_action_send_dark.png
Normal file
After Width: | Height: | Size: 595 B |
BIN
res/drawable-hdpi/ic_action_send_light.png
Normal file
After Width: | Height: | Size: 668 B |
BIN
res/drawable-hdpi/ic_action_settings_dark.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
res/drawable-hdpi/ic_action_settings_light.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
res/drawable-hdpi/ic_action_single_message_options_dark.png
Normal file
After Width: | Height: | Size: 953 B |
BIN
res/drawable-hdpi/ic_action_single_message_options_light.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_action_sort_dark.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
res/drawable-hdpi/ic_action_sort_light.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
res/drawable-hdpi/ic_action_spam_dark.png
Normal file
After Width: | Height: | Size: 849 B |
BIN
res/drawable-hdpi/ic_action_spam_light.png
Normal file
After Width: | Height: | Size: 994 B |
BIN
res/drawable-hdpi/ic_action_toggle_flag_dark.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_action_toggle_flag_light.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_action_toggle_read_dark.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
res/drawable-hdpi/ic_action_toggle_read_light.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-ldpi/ic_action_add_attachment_dark.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
res/drawable-ldpi/ic_action_add_attachment_light.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
res/drawable-ldpi/ic_action_add_cc_bbc_light.png
Normal file
After Width: | Height: | Size: 659 B |
BIN
res/drawable-ldpi/ic_action_add_cc_bcc_dark.png
Normal file
After Width: | Height: | Size: 523 B |
BIN
res/drawable-ldpi/ic_action_archive_dark.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
res/drawable-ldpi/ic_action_archive_light.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
res/drawable-ldpi/ic_action_compose_dark.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
res/drawable-ldpi/ic_action_compose_light.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
res/drawable-ldpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
res/drawable-ldpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 527 B |
BIN
res/drawable-ldpi/ic_action_move_or_copy_dark.png
Normal file
After Width: | Height: | Size: 320 B |
BIN
res/drawable-ldpi/ic_action_move_or_copy_light.png
Normal file
After Width: | Height: | Size: 381 B |
BIN
res/drawable-ldpi/ic_action_next_message_dark.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
res/drawable-ldpi/ic_action_next_message_light.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
res/drawable-ldpi/ic_action_previous_message_dark.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
res/drawable-ldpi/ic_action_previous_message_light.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
res/drawable-ldpi/ic_action_read_dark.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
res/drawable-ldpi/ic_action_read_light.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
res/drawable-ldpi/ic_action_refresh_dark.png
Normal file
After Width: | Height: | Size: 556 B |
BIN
res/drawable-ldpi/ic_action_refresh_light.png
Normal file
After Width: | Height: | Size: 683 B |
BIN
res/drawable-ldpi/ic_action_search_dark.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
res/drawable-ldpi/ic_action_search_light.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
res/drawable-ldpi/ic_action_send_dark.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
res/drawable-ldpi/ic_action_send_light.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
res/drawable-ldpi/ic_action_settings_dark.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
res/drawable-ldpi/ic_action_settings_light.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
res/drawable-ldpi/ic_action_single_message_options_dark.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
res/drawable-ldpi/ic_action_single_message_options_light.png
Normal file
After Width: | Height: | Size: 544 B |
BIN
res/drawable-ldpi/ic_action_sort_dark.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
res/drawable-ldpi/ic_action_sort_light.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
res/drawable-ldpi/ic_action_spam_dark.png
Normal file
After Width: | Height: | Size: 441 B |
BIN
res/drawable-ldpi/ic_action_spam_light.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
res/drawable-ldpi/ic_action_toggle_flag_dark.png
Normal file
After Width: | Height: | Size: 539 B |
BIN
res/drawable-ldpi/ic_action_toggle_flag_light.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
res/drawable-ldpi/ic_action_toggle_read_dark.png
Normal file
After Width: | Height: | Size: 394 B |
BIN
res/drawable-ldpi/ic_action_toggle_read_light.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
res/drawable-mdpi/ic_action_add_attachment_dark.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
res/drawable-mdpi/ic_action_add_attachment_light.png
Normal file
After Width: | Height: | Size: 704 B |
BIN
res/drawable-mdpi/ic_action_add_cc_bbc_light.png
Normal file
After Width: | Height: | Size: 820 B |
BIN
res/drawable-mdpi/ic_action_add_cc_bcc_dark.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
res/drawable-mdpi/ic_action_archive_dark.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
res/drawable-mdpi/ic_action_archive_light.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
res/drawable-mdpi/ic_action_compose_dark.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
res/drawable-mdpi/ic_action_compose_light.png
Normal file
After Width: | Height: | Size: 568 B |
BIN
res/drawable-mdpi/ic_action_delete_dark.png
Normal file
After Width: | Height: | Size: 580 B |
BIN
res/drawable-mdpi/ic_action_delete_light.png
Normal file
After Width: | Height: | Size: 692 B |
BIN
res/drawable-mdpi/ic_action_move_or_copy_dark.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
res/drawable-mdpi/ic_action_move_or_copy_light.png
Normal file
After Width: | Height: | Size: 491 B |
BIN
res/drawable-mdpi/ic_action_next_message_dark.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
res/drawable-mdpi/ic_action_next_message_light.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
res/drawable-mdpi/ic_action_previous_message_dark.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
res/drawable-mdpi/ic_action_previous_message_light.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
res/drawable-mdpi/ic_action_read_dark.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
res/drawable-mdpi/ic_action_read_light.png
Normal file
After Width: | Height: | Size: 545 B |