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
9ac6f583
Commit
9ac6f583
authored
Apr 24, 2018
by
Divyanshu Bhargava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save color
parent
9dc946cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
fragment_chat_room.xml
app/src/main/res/layout/fragment_chat_room.xml
+3
-3
colors.xml
app/src/main/res/values/colors.xml
+2
-0
No files found.
app/src/main/res/layout/fragment_chat_room.xml
View file @
9ac6f583
...
...
@@ -89,7 +89,7 @@
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:src=
"@drawable/ic_chat_black_24dp"
android:tint=
"
#AFADAF
"
android:tint=
"
@color/icon_grey
"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
...
...
@@ -110,7 +110,7 @@
android:textSize=
"20sp"
android:layout_marginTop=
"24dp"
android:textStyle=
"bold"
android:textColor=
"
#8B8B8B
"
android:textColor=
"
@color/colorSecondaryText
"
android:visibility=
"gone"
tools:visibility=
"visible"
/>
...
...
@@ -126,7 +126,7 @@
android:layout_marginTop=
"16dp"
android:textAlignment=
"center"
android:textSize=
"16sp"
android:textColor=
"
#c1c1c1
"
android:textColor=
"
@color/colorSecondaryTextLight
"
android:visibility=
"gone"
tools:visibility=
"visible"
/>
...
...
app/src/main/res/values/colors.xml
View file @
9ac6f583
...
...
@@ -9,6 +9,7 @@
<!-- Text colors -->
<color
name=
"colorPrimaryText"
>
#DE000000
</color>
<color
name=
"colorSecondaryText"
>
#787878
</color>
<color
name=
"colorSecondaryTextLight"
>
#c1c1c1
</color>
<!-- User status colors -->
<color
name=
"colorUserStatusOnline"
>
#2FE1A8
</color>
...
...
@@ -44,4 +45,5 @@
<!-- Suggestions -->
<color
name=
"suggestion_background_color"
>
@android:color/white
</color>
<color
name=
"icon_grey"
>
#AFADAF
</color>
</resources>
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