summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_subwindow.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix popup window assetsMichael Kolb2012-01-171-18/+12
| | | | | | Bug: 5541275 Change-Id: Id14e3b8781edfd05afc360a51521175e851b3c6b
* Revert "Fix assets and layout for popup window"Bart Sears2011-12-121-11/+16
| | | | | | | Top bar with Close button blocks the top of popup window Bug 5747741 This reverts commit 4e29b3db13ca69c5fa92a146c02aa22d5730343c
* Fix assets and layout for popup windowMichael Kolb2011-11-101-16/+11
| | | | | | Bug: 5541275 Change-Id: If502eb17dc41d2c67806fbe66ee59c2b57a88008
* move subwindow handling to UIMichael Kolb2010-11-221-6/+0
| | | | | | | | | added sub view creation to WebViewFactory removed WebView from subview layout use WebVIewFactory for creating the SubWebView moved layout/view related code to UI Change-Id: Id5b1905e4c36814fe7cc047cbd97128235d7e65e
* Allow interaction with page while Find is up.Leon Scroggins III2010-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to do this, I have changed the FindDialog from an actual Dialog, which steals all touch events, to a Linearlayout, which rests below the WebView. Also dismiss Find when the user opens/closes a subwindow, or navigates to a new page. res/layout/browser_subwindow.xml: Add an id to the holder for the subwindow, so it can be used to add the FindDialog. res/values/styles.xml: Remove the style for FindDialog, as the animations are now added in code (since FindDialog is now a LinearLayout, which has no theme). res/values/themes.xml: Deleted, as the only theme there was FindDialog, which has been removed. src/com/android/browser/BrowserActivity.java: closeFind is now the starting point for removing the FindDialog, so that it can be called from Tab. Close the FindDialog when a new page starts loading. Call showFind on the current Tab. src/com/android/browser/FindDialog.java Change from a Dialog to a LinearLayout, so it can be inserted into the layout. Call closeFind directly, which now calls dismiss. Perform the animations which were previously part of the theme. Remove the call to set the height of the find dialog, which is no longer necessary. Open and close the IME when opening and closing Find. src/com/android/browser/Tab.java Change pointer to mContainer to a LinearLayout, which is used to add the FindDialog. Add a pointer to BrowserActivity to SubWindowClient, which is then used to close the FindDialog in onPageStarted. Close find when adding/removing a Tab or its subwindow. Add showFind, which attaches it to the layout for the tab, and closeFind, which removes it from the layout. Requires a change to frameworks/base Change-Id: If6745fb65c5628da827781a7b98061e87b279844
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-9/+9
| | | | Bug: #2361749.
* Enable fading scrollbar for the BrowserGrace Kloba2009-09-281-0/+2
| | | Fix http://b/issue?id=2151115
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+50
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-50/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+50