diff options
author | Xavier Ducrohet <xav@android.com> | 2012-02-24 17:44:27 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-02-24 19:36:50 -0800 |
commit | 2e00a07d401e4ce62fe59ad492acc86ef6601a66 (patch) | |
tree | fd4c6693856d3482eecb40552770b62b4de6d838 /testapps/customViewTest/mainProject/libs | |
parent | 6fc9a628523c21b565f16b32c9afaa77e9e7d178 (diff) | |
download | sdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.zip sdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.tar.gz sdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.tar.bz2 |
Fix support for custom views in library on ADT's side.
Don't check for final field when parsing R.java (in libraries
fields are not final anymore) and fix a bug in the new
aaptparser which would return a failed to parse aapt error
when the output is empty.
Also add customview in library test app.
Diffstat (limited to 'testapps/customViewTest/mainProject/libs')
-rw-r--r-- | testapps/customViewTest/mainProject/libs/foo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapps/customViewTest/mainProject/libs/foo.txt b/testapps/customViewTest/mainProject/libs/foo.txt new file mode 100644 index 0000000..fe0c852 --- /dev/null +++ b/testapps/customViewTest/mainProject/libs/foo.txt @@ -0,0 +1 @@ +sdf
\ No newline at end of file |