Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Browser
Commits
d14c0ea2
Commit
d14c0ea2
authored
13 years ago
by
Michael Kolb
Committed by
Android (Google) Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix assets and layout for popup window" into ics-mr1
parents
897b8838
4e29b3db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
16 deletions
+11
-16
res/layout/browser_subwindow.xml
res/layout/browser_subwindow.xml
+11
-16
No files found.
res/layout/browser_subwindow.xml
View file @
d14c0ea2
...
...
@@ -14,34 +14,29 @@
limitations under the License.
-->
<
Relativ
eLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
Fram
eLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/subwindow_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<FrameLayout
android:layout_height=
"match_parent"
android:background=
"@android:drawable/dialog_frame"
>
<LinearLayout
android:id=
"@+id/inner_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:padding=
"10dip"
>
<LinearLayout
android:id=
"@+id/inner_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:background=
"@android:drawable/dialog_frame"
>
</LinearLayout>
</FrameLayout>
android:orientation=
"vertical"
>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:layout_gravity=
"right"
android:background=
"@color/black"
android:gravity=
"right"
>
<ImageButton
android:id=
"@+id/subwindow_close"
android:focusable=
"true"
android:padding=
"0dip"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@android:drawable/btn_default
"
android:src=
"@
android:
drawable/ic_
menu_
close_
clear_cancel
"
/>
style=
"@style/HoloButton
"
android:src=
"@drawable/ic_close_
window_holo_dark
"
/>
</LinearLayout>
</
Relativ
eLayout>
</
Fram
eLayout>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment