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
0b0853f3
Commit
0b0853f3
authored
Nov 14, 2018
by
Samer Alabi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug Fixes
parent
a6184397
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
strings.xml
app/src/main/res/values/strings.xml
+0
-1
styles.xml
app/src/main/res/values/styles.xml
+1
-1
No files found.
app/src/main/res/values/strings.xml
View file @
0b0853f3
...
...
@@ -34,7 +34,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
Create Channel
</string>
<string
name=
"title_are_you_sure"
>
Are you sure?
</string>
<string
name=
"title_confirmation"
>
Are You Sure you want to logout?
</string>
<string
name=
"title_channel_details"
>
Channel Details
</string>
<string
name=
"title_topic"
>
Topic
</string>
<string
name=
"title_announcement"
>
Announcement
</string>
...
...
app/src/main/res/values/styles.xml
View file @
0b0853f3
...
...
@@ -155,7 +155,7 @@
<style
name=
"Sender.Name.TextView"
parent=
"TextAppearance.AppCompat.Title"
>
<item
name=
"android:ellipsize"
>
end
</item>
<item
name=
"android:maxLines"
>
1
</item>
<item
name=
"android:textSize"
>
20
sp
</item>
<item
name=
"android:textSize"
>
16
sp
</item>
</style>
<style
name=
"Message.TextView"
parent=
"android:TextAppearance"
>
...
...
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