fix 0.0.8 aws.apps.androidDrawables
This commit is contained in:
parent
2ecb167532
commit
4df62e4c4a
|
@ -6,11 +6,16 @@ Issue Tracker:https://github.com/alt236/Android-Drawables---Android/issues
|
||||||
|
|
||||||
Summary:List Android Resources
|
Summary:List Android Resources
|
||||||
Description:
|
Description:
|
||||||
This application will list all public and private Android resources (i.e. resources located under
|
This application will list all public and private Android resources (i.e.
|
||||||
android.R.* and under com.android.internal.R.*) for the current device. If the resource is a drawable
|
resources located under
|
||||||
or a colour the background colour of the list can be changed to see how it looks next to a different colour.
|
android.R.* and under com.android.internal.R.*) for the current device. If the
|
||||||
Internal resources (anything under 'com.android._internal_.R') are not guaranteed to be in all
|
resource is a drawable
|
||||||
devices/Android versions. Do not reference them directly in your application or it will crash on
|
or a colour the background colour of the list can be changed to see how it
|
||||||
|
looks next to a different colour.
|
||||||
|
Internal resources (anything under 'com.android._internal_.R') are not
|
||||||
|
guaranteed to be in all
|
||||||
|
devices/Android versions.
|
||||||
|
Do not reference them directly in your application or it will crash on
|
||||||
untested device configurations.
|
untested device configurations.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
@ -20,8 +25,10 @@ Repo:https://github.com/alt236/Android-Drawables---Android.git
|
||||||
Build Version:0.0.7,7,e40721,srclibs=ActionBarSherlock@6e3f2bb5;NewQuickAction3D@f2b7b,\
|
Build Version:0.0.7,7,e40721,srclibs=ActionBarSherlock@6e3f2bb5;NewQuickAction3D@f2b7b,\
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$NewQuickAction3D$$@' project.properties
|
sed -i 's@\(android.library.reference.2=\).*@\1$$NewQuickAction3D$$@' project.properties
|
||||||
Build Version:0.0.8,8,!build problems v0.0.8,srclibs=ActionBarSherlock@6e3f2bb5;NewQuickAction3D@f2b7b069,\
|
Build Version:0.0.8,8,v0.0.8,extlibs=android/android-support-v4.jar,\
|
||||||
prebuild=sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$NewQuickAction3D$$@' project.properties
|
srclibs=ActionBarSherlock@4.1.0;NewQuickAction3D@f2b7b,\
|
||||||
|
prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||||
|
sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$NewQuickAction3D$$@' project.properties
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue