Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
f276d1d5
Commit
f276d1d5
authored
Jun 18, 2018
by
divyanshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added scroll view to support landscape view
parent
a1b6268b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
84 deletions
+89
-84
file_attachments_dialog.xml
app/src/main/res/layout/file_attachments_dialog.xml
+89
-84
No files found.
app/src/main/res/layout/file_attachments_dialog.xml
View file @
f276d1d5
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<ScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"16dp"
>
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/text_dialog_title"
android:layout_width=
"wrap_content"
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"@string/msg_upload_file"
style=
"@style/Base.DialogWindowTitle.AppCompat"
android:layout_margin=
"16dp"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
android:paddingBottom=
"16dp"
>
<TextView
android:id=
"@+id/text_file_name"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:textColor=
"@color/colorAccent"
android:textAppearance=
"@style/TextAppearance.AppCompat.Body2"
android:drawableStart=
"@drawable/ic_files_24dp"
android:drawablePadding=
"6dp"
app:layout_constraintTop_toBottomOf=
"@id/text_dialog_title"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
android:layout_margin=
"16dp"
android:textDirection=
"locale"
android:visibility=
"gone"
tools:text=
"This is a very, very, very long filename, to test how the layout will work on very very very long filenames.pdf"
/>
<TextView
android:id=
"@+id/text_dialog_title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/msg_upload_file"
style=
"@style/Base.DialogWindowTitle.AppCompat"
android:layout_margin=
"16dp"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/text_file_name"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:textColor=
"@color/colorAccent"
android:textAppearance=
"@style/TextAppearance.AppCompat.Body2"
android:drawableStart=
"@drawable/ic_files_24dp"
android:drawablePadding=
"6dp"
app:layout_constraintTop_toBottomOf=
"@id/text_dialog_title"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
android:layout_margin=
"16dp"
android:textDirection=
"locale"
android:visibility=
"gone"
tools:text=
"This is a very, very, very long filename, to test how the layout will work on very very very long filenames.pdf"
/>
<FrameLayout
android:id=
"@+id/audio_video_attachment"
android:layout_width=
"0dp"
android:layout_height=
"150dp"
android:background=
"@color/colorBlack"
android:visibility=
"gone"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_file_name"
android:layout_margin=
"16dp"
>
<FrameLayout
android:id=
"@+id/audio_video_attachment"
android:layout_width=
"0dp"
android:layout_height=
"150dp"
android:background=
"@color/colorBlack"
android:visibility=
"gone"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_file_name"
android:layout_margin=
"16dp"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:src=
"@drawable/exo_controls_play"
/>
</FrameLayout>
<ImageView
android:layout_width=
"wrap_content"
android:id=
"@+id/image_preview"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:src=
"@drawable/exo_controls_play"
/>
</FrameLayout>
<ImageView
android:id=
"@+id/image_preview"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
app:layout_constraintHeight_max=
"240dp"
app:layout_constrainedHeight=
"true"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/audio_video_attachment"
android:layout_margin=
"16dp"
android:adjustViewBounds=
"true"
android:visibility=
"gone"
tools:visibility=
"visible"
/>
app:layout_constraintHeight_max=
"240dp"
app:layout_constrainedHeight=
"true"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/audio_video_attachment"
android:layout_margin=
"16dp"
android:adjustViewBounds=
"true"
android:visibility=
"gone"
tools:visibility=
"visible"
/>
<EditText
android:id=
"@+id/text_file_description"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/image_preview"
android:layout_margin=
"16dp"
android:hint=
"@string/msg_file_description"
/>
<EditText
android:id=
"@+id/text_file_description"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/image_preview"
android:layout_margin=
"16dp"
android:hint=
"@string/msg_file_description"
/>
<Button
android:id=
"@+id/button_send"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/text_file_description"
android:layout_margin=
"16dp"
android:background=
"@drawable/rounded_color_accent"
android:text=
"@string/msg_send"
android:textColor=
"@color/colorWhite"
/>
<Button
android:id=
"@+id/button_send"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/text_file_description"
android:layout_margin=
"16dp"
android:background=
"@drawable/rounded_color_accent"
android:text=
"@string/msg_send"
android:textColor=
"@color/colorWhite"
/>
<Button
android:id=
"@+id/button_cancel"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintTop_toBottomOf=
"@+id/text_file_description"
app:layout_constraintEnd_toStartOf=
"@id/button_send"
android:layout_margin=
"16dp"
style=
"@style/Base.Widget.AppCompat.Button.Borderless"
android:text=
"@string/msg_cancel"
/>
<Button
android:id=
"@+id/button_cancel"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintTop_toBottomOf=
"@+id/text_file_description"
app:layout_constraintEnd_toStartOf=
"@id/button_send"
android:layout_margin=
"16dp"
style=
"@style/Base.Widget.AppCompat.Button.Borderless"
android:text=
"@string/msg_cancel"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
</ScrollView>
\ No newline at end of file
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