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
b562dbb0
Commit
b562dbb0
authored
Sep 05, 2017
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fragment_sidebar_main.xml
parent
594ed785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
fragment_sidebar_main.xml
app/src/main/res/layout/fragment_sidebar_main.xml
+12
-2
No files found.
app/src/main/res/layout/fragment_sidebar_main.xml
View file @
b562dbb0
...
...
@@ -5,6 +5,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:theme=
"@style/AppTheme.Dark"
android:background=
"?attr/colorPrimary"
tools:context=
"chat.rocket.android.fragment.sidebar.SidebarMainFragment"
>
<LinearLayout
...
...
@@ -82,9 +83,18 @@
android:id=
"@+id/room_list_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_below=
"@+id/search_box"
android:layout_above=
"@+id/text_load_more_results"
android:layout_below=
"@+id/search_box"
/>
<TextView
android:id=
"@+id/text_load_more_results"
android:layout_width=
"match_parent"
android:layout_height=
"40dp"
android:gravity=
"center"
android:layout_alignParentBottom=
"true"
android:background=
"?attr/colorPrimary"
/>
android:text=
"@string/spotlight_load_more_results"
android:background=
"?attr/colorPrimary"
android:visibility=
"gone"
/>
<android.support.v4.widget.NestedScrollView
android:id=
"@+id/user_action_outer_container"
...
...
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