Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Drawable Query
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Darryl Griffiths  
View profile  
 More options Oct 9 2012, 2:47 pm
From: Darryl Griffiths <daz1...@gmail.com>
Date: Tue, 9 Oct 2012 19:45:09 +0100
Local: Tues, Oct 9 2012 2:45 pm
Subject: Drawable Query

I am working on a simple animation using the animation-list attribute.  I
have all my sequenced images in the drawable-xhdpi folder and the first
line of my XML looks like this:

<item android:drawable="@drawable/animation_00000" android:duration="30" />

To keep things tidy, I decided to create a new folder called "seq" inside
of the drawable-xhdpi and moved my images inside.  Of course I got errors
in my animation.xml file, so I changed the first line to:

<item android:drawable="@drawable/seq/animation_00000" android:duration="30"
/>

Still showing an error so could someone help.  Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Piren  
View profile  
 More options Oct 10 2012, 12:17 pm
From: Piren <gpi...@gmail.com>
Date: Wed, 10 Oct 2012 09:17:53 -0700 (PDT)
Local: Wed, Oct 10 2012 12:17 pm
Subject: Re: Drawable Query

Sadly, Android doesn't support sub folders. Nothing to do here.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bob  
View profile  
 More options Oct 10 2012, 3:29 pm
From: bob <b...@coolfone.comze.com>
Date: Wed, 10 Oct 2012 12:29:13 -0700 (PDT)
Local: Wed, Oct 10 2012 3:29 pm
Subject: Re: Drawable Query

Sounds like you want to use assets instead of resources.  Assets support
subfolders.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »