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
bc906738
Commit
bc906738
authored
Jun 24, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ContactList and RecentChats background colors moved to colors.xml
parent
01c1259a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
contact_list_fragment.xml
app/src/main/res/layout/contact_list_fragment.xml
+1
-1
recent_chats.xml
app/src/main/res/layout/recent_chats.xml
+1
-1
colors.xml
app/src/main/res/values/colors.xml
+3
-0
No files found.
app/src/main/res/layout/contact_list_fragment.xml
View file @
bc906738
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:drawSelectorOnTop=
"true"
android:drawSelectorOnTop=
"true"
android:background=
"@color/
grey_400
"
android:background=
"@color/
contact_list_background
"
android:divider=
"@null"
android:divider=
"@null"
android:dividerHeight=
"0dp"
android:dividerHeight=
"0dp"
/>
/>
...
...
app/src/main/res/layout/recent_chats.xml
View file @
bc906738
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/
grey_300
"
android:background=
"@color/
recent_chats_background
"
>
>
<include
layout=
"@layout/toolbar_default"
/>
<include
layout=
"@layout/toolbar_default"
/>
...
...
app/src/main/res/values/colors.xml
View file @
bc906738
...
@@ -83,4 +83,7 @@
...
@@ -83,4 +83,7 @@
<color
name=
"color_primary_light"
>
@color/grey_200
</color>
<color
name=
"color_primary_light"
>
@color/grey_200
</color>
<color
name=
"account_disabled"
>
@color/black_dividers
</color>
<color
name=
"account_disabled"
>
@color/black_dividers
</color>
<color
name=
"contact_list_background"
>
@color/grey_400
</color>
<color
name=
"recent_chats_background"
>
@color/grey_300
</color>
</resources>
</resources>
\ 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