Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
4c482a2e
Commit
4c482a2e
authored
Jun 20, 2012
by
Jean-Baptiste Kempf
Browse files
Info_dialog: fix on smaller layouts
parent
c3e33fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/res/layout/info_dialog.xml
View file @
4c482a2e
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:weightSum=
"1"
>
android:gravity=
"fill|fill_vertical"
android:orientation=
"vertical"
android:weightSum=
"1"
>
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
...
...
@@ -24,23 +25,31 @@
android:textAppearance=
"?android:attr/textAppearanceLarge"
android:text=
"@string/info_title"
/>
</LinearLayout>
<TextView
android:layout_width=
"fill_parent"
<ScrollView
android:id=
"@+id/scrollView1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:text=
"@string/beta_warning"
android:padding=
"10dip"
/>
<View
android:layout_width=
"fill_parent"
android:layout_height=
"0dip"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:padding=
"10dip"
android:text=
"@string/beta_warning"
android:textAppearance=
"?android:attr/textAppearanceMedium"
/>
</ScrollView>
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
android:padding=
"10dip"
android:visibility=
"invisible"
>
android:visibility=
"invisible"
>
<CheckBox
android:id=
"@+id/not_show_again"
android:layout_width=
"wrap_content"
...
...
@@ -60,11 +69,13 @@
android:orientation=
"horizontal"
android:gravity=
"center_horizontal"
android:weightSum=
"1"
>
<Button
android:id=
"@+id/ok"
android:layout_width=
"0dip"
android:layout_height=
"wrap_content"
android:layout_weight=
"0.5"
android:text=
"@android:string/ok"
/>
</LinearLayout>
</LinearLayout>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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