[android-developers] Do we need a license from MPEG-LA for AVC H.264 MediaCodecs?

2013-01-14 Thread Sebastian Mauer
Hi there, I am currently working on an app that would utilize the capabalities of the devices H.264 codec exposed via the new MediaCodec API. I assume the vendor's have to pay the respective royalties to the MPEG-LA for shipping a device with an H.264 capable encoder. But is this true? Can I

[android-developers] Multiple Sliding Drawers

2010-07-29 Thread Sebastian Mauer
Hi there, I am m currently trying to incorporate multiple Sliding Drawers into one of my Views. Unfortunately I haven't been able to position them next to each other at the bottom of the screen. As default they handles will overlap each other in the order they have been attached to the parent

[android-developers] Re: Using Selector to change ImageButton's background while keeping the content image

2010-04-20 Thread Sebastian Mauer
Is this even possible? On 18 Apr., 17:18, Sebastian Mauer mauima...@gmail.com wrote: Hi there, I am currently trying to customize ImageButton to show different draweables as background of the Button while keeping the image set via the src attribute. That's my custom_button.xml: ?xml

[android-developers] Using Selector to change ImageButton's background while keeping the content image

2010-04-18 Thread Sebastian Mauer
Hi there, I am currently trying to customize ImageButton to show different draweables as background of the Button while keeping the image set via the src attribute. That's my custom_button.xml: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] How to manually/programatically scroll to a specific Item in Gallery?

2010-04-13 Thread Sebastian Mauer
but is declared as private. Do you know of any manual way to move/scroll arround a Gallery / List Widget? Current workaround would be to inject DPAD_RIGHT using the Instrumentation Framework, which is as really ugly solution. Thanks in advance, Sebastian Mauer -- You received this message because you