diff options
Diffstat (limited to 'res/layout/anim_screen.xml')
-rw-r--r-- | res/layout/anim_screen.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout/anim_screen.xml b/res/layout/anim_screen.xml index 399595e..0cdc931 100644 --- a/res/layout/anim_screen.xml +++ b/res/layout/anim_screen.xml @@ -20,13 +20,15 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:focusable="false"> + android:focusable="false" + android:background="@drawable/browser_background_holo"> <ImageView android:id="@+id/title" android:layout_width="match_parent" android:layout_height="@dimen/toolbar_height" /> <ImageView android:id="@+id/content" - android:layout_width="match_parent" - android:layout_height="match_parent" /> + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@color/white" /> </LinearLayout> |