All,

I tried the following change and now video background has become
black(not showing any earlier screens)

diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index bd0415c..d8ae219 100644
--- a/res/layout/movie_view.xml
+++ b/res/layout/movie_view.xml
@@ -16,6 +16,7 @@

 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/
android"
     android:id="@+id/root"
+    android:background="#ff000000"
     android:layout_width="match_parent"
     android:layout_height="match_parent">

But the same Gallery2 apk without this modification works well on ICS
phones. Btw, I am trying this on omap3evm with rowboat sources.

Regards,
Arun

On Feb 23, 11:09 pm, Arun Joseph <arunjosep...@gmail.com> wrote:
> Hi All,
>
> I am trying to play videos in thegallery(Gallery2) application of
> androidics(4.0.1), I have enabled the navigation bar for my
> platform(BACK, HOME, RECENT). After I starts video playback, the
> navigation bar as well as the progress bar disappears and the video
> view moves to the bottom. But the small horizontal portion of the
> video clip still present on the top of the new video view.The same
> behavior is seen with the Gallery2(4.0.3). Is anyone facing the same
> problem ?
>
> Thanks,
> Arun

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to