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
d9d678b2
Commit
d9d678b2
authored
7 years ago
by
Leonardo Aramaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change color for hostnames at embeded url messages
parent
9a870357
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
list_item_normal_message.xml
app/src/main/res/layout/list_item_normal_message.xml
+1
-1
list_item_system_message.xml
app/src/main/res/layout/list_item_system_message.xml
+1
-1
colors.xml
app/src/main/res/values/colors.xml
+0
-1
message_inline_embed_url.xml
...-widgets/src/main/res/layout/message_inline_embed_url.xml
+1
-0
colors.xml
rocket-chat-android-widgets/src/main/res/values/colors.xml
+2
-0
No files found.
app/src/main/res/layout/list_item_normal_message.xml
View file @
d9d678b2
...
...
@@ -63,7 +63,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:enabled=
"false"
android:textColor=
"@color/timestamp"
android:textColor=
"@color/
color_
timestamp"
tools:text=
"12:34"
/>
<View
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/list_item_system_message.xml
View file @
d9d678b2
...
...
@@ -50,7 +50,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:enabled=
"false"
android:textColor=
"@color/timestamp"
android:textColor=
"@color/
color_
timestamp"
tools:text=
"12:34"
/>
<View
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/values/colors.xml
View file @
d9d678b2
...
...
@@ -8,5 +8,4 @@
<color
name=
"colorAccent_a40"
>
#662D91FA
</color>
<color
name=
"textColorLink"
>
#008ce3
</color>
<color
name=
"colorRed400"
>
#FFEF5350
</color>
<color
name=
"timestamp"
>
#FFA8A8A8
</color>
</resources>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rocket-chat-android-widgets/src/main/res/layout/message_inline_embed_url.xml
View file @
d9d678b2
...
...
@@ -36,6 +36,7 @@
android:layout_height=
"wrap_content"
android:layout_marginTop=
"2dp"
android:layout_marginBottom=
"2dp"
android:textColor=
"@color/color_embed_hostname"
android:enabled=
"false"
/>
<TextView
...
...
This diff is collapsed.
Click to expand it.
rocket-chat-android-widgets/src/main/res/values/colors.xml
View file @
d9d678b2
...
...
@@ -3,4 +3,6 @@
<color
name=
"color_accent"
>
#FF2D91FA
</color>
<color
name=
"color_shadow"
>
#FFE6E6E7
</color>
<color
name=
"color_icon_composer"
>
#FFA8A8A8
</color>
<color
name=
"color_timestamp"
>
#FFA8A8A8
</color>
<color
name=
"color_embed_hostname"
>
@color/color_timestamp
</color>
</resources>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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