Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-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
xabber-android
Commits
5841f896
Commit
5841f896
authored
Feb 12, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contact_list layout improved due to IDE advices.
parent
e8b5e274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
contact_list.xml
app/src/main/res/layout/contact_list.xml
+10
-3
No files found.
app/src/main/res/layout/contact_list.xml
View file @
5841f896
...
@@ -27,16 +27,21 @@
...
@@ -27,16 +27,21 @@
<LinearLayout
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_alignParentStart=
"true"
android:layout_alignParentLeft=
"true"
android:layout_alignParentLeft=
"true"
android:layout_alignParentRight=
"true"
android:layout_alignParentRight=
"true"
android:layout_alignParentEnd=
"true"
android:layout_marginRight=
"@dimen/contact_list_status_mode_width"
android:layout_marginRight=
"@dimen/contact_list_status_mode_width"
android:layout_marginEnd=
"@dimen/contact_list_status_mode_width"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<HorizontalScrollView
<HorizontalScrollView
android:id=
"@+id/account_bar"
android:id=
"@+id/account_bar"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"72dip"
>
android:layout_marginRight=
"72dip"
android:layout_marginEnd=
"72dip"
>
<LinearLayout
<LinearLayout
android:id=
"@+id/account_list"
android:id=
"@+id/account_list"
...
@@ -51,9 +56,10 @@
...
@@ -51,9 +56,10 @@
android:id=
"@+id/common_status_text"
android:id=
"@+id/common_status_text"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_gravity=
"
lef
t"
android:layout_gravity=
"
star
t"
android:layout_marginLeft=
"-72dip"
android:layout_marginLeft=
"-72dip"
android:gravity=
"left|center_vertical"
android:layout_marginStart=
"-72dip"
android:gravity=
"start|center_vertical"
android:padding=
"2dip"
android:padding=
"2dip"
android:singleLine=
"true"
android:singleLine=
"true"
android:text=
"online"
android:text=
"online"
...
@@ -66,6 +72,7 @@
...
@@ -66,6 +72,7 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_alignParentRight=
"true"
android:layout_alignParentRight=
"true"
android:layout_alignParentEnd=
"true"
android:background=
"@drawable/btn_status_mode"
android:background=
"@drawable/btn_status_mode"
android:paddingLeft=
"@dimen/active_chat_padding_right"
android:paddingLeft=
"@dimen/active_chat_padding_right"
android:paddingRight=
"@dimen/active_chat_padding_right"
android:paddingRight=
"@dimen/active_chat_padding_right"
...
...
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