Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
25d5ebb4
Verified
Commit
25d5ebb4
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Fix several layout problems, fixes
#69
Signed-off-by:
Janne Koschinski
<
janne@kuschku.de
>
parent
1f6c199a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/res/layout-land/layout_main.xml
+2
-8
2 additions, 8 deletions
app/src/main/res/layout-land/layout_main.xml
app/src/main/res/layout-sw600dp-land/layout_main.xml
+0
-7
0 additions, 7 deletions
app/src/main/res/layout-sw600dp-land/layout_main.xml
with
2 additions
and
15 deletions
app/src/main/res/layout-land/layout_main.xml
+
2
−
8
View file @
25d5ebb4
...
...
@@ -24,14 +24,14 @@
android:layout_height=
"match_parent"
android:gravity=
"bottom"
>
<include
layout=
"@layout/layout_toolbar"
/>
<android.support.design.widget.CoordinatorLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_marginBottom=
"?actionBarSize"
android:orientation=
"vertical"
>
<include
layout=
"@layout/layout_toolbar"
/>
<fragment
android:id=
"@+id/fragment_messages"
android:name=
"de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment"
...
...
@@ -39,12 +39,6 @@
android:layout_height=
"match_parent"
tools:layout=
"@layout/fragment_messages"
/>
<de.kuschku.quasseldroid.util.ui.ShadowView
android:layout_width=
"match_parent"
android:layout_height=
"16dp"
android:gravity=
"bottom"
app:layout_anchor=
"@id/autocomplete_list"
/>
<android.support.v7.widget.RecyclerView
android:id=
"@+id/autocomplete_list"
android:layout_width=
"match_parent"
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout-sw600dp-land/layout_main.xml
+
0
−
7
View file @
25d5ebb4
...
...
@@ -38,13 +38,6 @@
android:layout_marginBottom=
"?actionBarSize"
android:orientation=
"vertical"
>
<fragment
android:id=
"@+id/fragment_messages"
android:name=
"de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:layout=
"@layout/fragment_messages"
/>
<android.support.v7.widget.RecyclerView
android:id=
"@+id/autocomplete_list"
android:layout_width=
"match_parent"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment