File tree Expand file tree Collapse file tree 12 files changed +12
-10
lines changed Expand file tree Collapse file tree 12 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<uses-sdk
7
7
android : minSdkVersion =" 9"
8
- android : targetSdkVersion =" 15 " />
8
+ android : targetSdkVersion =" 17 " />
9
9
10
10
<uses-permission android : name =" android.permission.INTERNET" />
11
11
<uses-permission android : name =" android.permission.AUTHENTICATE_ACCOUNTS" />
22
22
android : name =" .CommonsApplication"
23
23
android : icon =" @drawable/ic_launcher"
24
24
android : label =" @string/app_name"
25
- android : theme =" @style/AppTheme" >
25
+ android : theme =" @style/AppTheme"
26
+ android : supportsRtl =" true" >
26
27
<activity android : name =" org.acra.CrashReportDialog"
27
28
android : theme =" @android:style/Theme.Dialog"
28
29
android : launchMode =" singleInstance"
Original file line number Diff line number Diff line change 19
19
<content url =" file://$MODULE_DIR$" >
20
20
<sourceFolder url =" file://$MODULE_DIR$/target/generated-sources/r" isTestSource =" false" />
21
21
<sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
22
- <excludeFolder url =" file://$MODULE_DIR$/target/classes" />
23
22
<excludeFolder url =" file://$MODULE_DIR$/target/generated-sources/combined-assets" />
24
23
<excludeFolder url =" file://$MODULE_DIR$/target/generated-sources/combined-resources" />
25
24
<excludeFolder url =" file://$MODULE_DIR$/target/generated-sources/extracted-dependencies" />
26
25
<excludeFolder url =" file://$MODULE_DIR$/target/idea-classes" />
27
- <excludeFolder url =" file://$MODULE_DIR$/target/idea-test-classes" />
28
- <excludeFolder url =" file://$MODULE_DIR$/target/maven-archiver" />
29
- <excludeFolder url =" file://$MODULE_DIR$/target/unpack" />
30
26
</content >
31
27
<orderEntry type =" sourceFolder" forTests =" false" />
28
+ <orderEntry type =" jdk" jdkName =" Maven Android 4.2.2 Platform" jdkType =" Android SDK" />
32
29
<orderEntry type =" library" name =" Maven: org.mediawiki:api:1.3" level =" project" />
33
30
<orderEntry type =" library" name =" Maven: in.yuvi:http.fluent:1.3" level =" project" />
34
31
<orderEntry type =" library" name =" Maven: org.apache.httpcomponents:httpclient:4.2.2" level =" project" />
41
38
<orderEntry type =" library" name =" Maven: com.nostra13.universalimageloader:universal-image-loader:1.8.2" level =" project" />
42
39
<orderEntry type =" library" name =" Maven: ch.acra:acra:4.4.0" level =" project" />
43
40
<orderEntry type =" library" name =" Maven: de.keyboardsurfer.android.widget:crouton:1.7" level =" project" />
44
- <orderEntry type =" jdk" jdkName =" Android 4.0.3 Platform" jdkType =" Android SDK" />
45
41
<orderEntry type =" module" module-name =" ~apklib-com.actionbarsherlock_actionbarsherlock_4.2.0" />
46
42
</component >
47
43
</module >
Original file line number Diff line number Diff line change 7
7
android : background =" #AA000000"
8
8
android : paddingBottom =" 8dip"
9
9
android : paddingLeft =" 16dip"
10
+ android : paddingStart =" 16dip"
10
11
android : paddingRight =" 16dip"
12
+ android : paddingEnd =" 16dip"
11
13
android : paddingTop =" 8dip"
12
14
>
13
15
30
32
android : indeterminate =" true"
31
33
android : indeterminateOnly =" true"
32
34
android : layout_marginRight =" 4dp"
33
- android : layout_gravity =" center_vertical|right"
35
+ android : layout_marginEnd =" 4dp"
36
+ android : layout_gravity =" center_vertical|right|end"
34
37
style =" ?android:progressBarStyleSmall"
35
38
android : visibility =" gone"
36
39
/>
Original file line number Diff line number Diff line change 8
8
android : background =" #AA000000"
9
9
android : paddingBottom =" 8dip"
10
10
android : paddingLeft =" 16dip"
11
+ android : paddingStart =" 16dip"
11
12
android : paddingRight =" 16dip"
13
+ android : paddingEnd =" 16dip"
12
14
android : paddingTop =" 8dip"
13
15
>
14
16
Original file line number Diff line number Diff line change 1
1
<menu xmlns : android =" http://schemas.android.com/apk/res/android" >
2
2
<item android : id =" @+id/menu_upload_single"
3
3
android : title =" @string/menu_upload_single"
4
- android : icon =" @android: drawable/ic_menu_send "
4
+ android : icon =" @drawable/social_send_now "
5
5
android : enabled =" false"
6
6
android : showAsAction =" always" />
7
7
</menu >
Original file line number Diff line number Diff line change 44
44
<resourceDirectory >${project.basedir} /res</resourceDirectory >
45
45
<nativeLibrariesDirectory >${project.basedir} /src/main/native</nativeLibrariesDirectory >
46
46
<sdk >
47
- <platform >15 </platform >
47
+ <platform >17 </platform >
48
48
</sdk >
49
49
<undeployBeforeDeploy >true</undeployBeforeDeploy >
50
50
</configuration >
You can’t perform that action at this time.
0 commit comments