Hi,

I am wondering if anybody else is seeing this and knows what it is.

I use a progress monitor that with ICS now looks like this:
[image: Screen shot 2011-12-16 at 4.22.18 PM.png]

This is the relevant code:

<ProgressBar
android:id="@+id/background_progress"
 style="?android:attr/progressBarStyleSmall"

android:layout_width="wrap_content"
 android:layout_height="fill_parent"
*
*
*                        android:paddingRight="17dp"*
* android:paddingLeft="18dp"*
*            *
*                        android:paddingTop="14dp"*
*                        android:paddingBottom="14dp"*
*
*
android:background="@drawable/title_button"

                        ##* happens with and without the following line*
android:indeterminateDrawable="@drawable/progress_small_white"
 android:focusable="true"
android:clickable="true"

android:indeterminate="true"
android:visibility="visible" />

I ran it on the emulator after Nexus Galaxy users reported the issue. Is
this my code that is broken or ICS? Shouldn't dp solve this? It works with
ldpi, mdpi and hdpi with releases before ICS.

Best, Mariano

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

<<Screen shot 2011-12-16 at 4.22.18 PM.png>>

Reply via email to