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
32ede03d
Commit
32ede03d
authored
Apr 16, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recent chats page title.
parent
1681a8e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
RecentChatFragment.java
...c/main/java/com/xabber/android/ui/RecentChatFragment.java
+1
-1
chat_viewer.xml
app/src/main/res/values-ru/chat_viewer.xml
+4
-2
chat_viewer.xml
app/src/main/res/values/chat_viewer.xml
+4
-2
No files found.
app/src/main/java/com/xabber/android/ui/RecentChatFragment.java
View file @
32ede03d
...
...
@@ -67,7 +67,7 @@ public class RecentChatFragment extends ListFragment {
}
Toolbar
toolbar
=
(
Toolbar
)
rootView
.
findViewById
(
R
.
id
.
toolbar_default
);
toolbar
.
setTitle
(
R
.
string
.
group_active_chat
);
toolbar
.
setTitle
(
R
.
string
.
recent_chats
);
toolbar
.
setNavigationIcon
(
R
.
drawable
.
ic_arrow_left_white_24dp
);
toolbar
.
setNavigationOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
...
...
app/src/main/res/values-ru/chat_viewer.xml
View file @
32ede03d
...
...
@@ -105,9 +105,9 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string
name=
"chat_settings"
>
Настройки чата
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string
name=
"chat_state_composing"
>
Набирает сообщение
...
</string>
<string
name=
"chat_state_composing"
>
Набирает сообщение
…
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string
name=
"chat_state_paused"
>
Ввел текст
...
</string>
<string
name=
"chat_state_paused"
>
Ввел текст
…
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string
name=
"chat_typed"
>
набрано в %s
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
...
...
@@ -147,4 +147,6 @@
<string
name=
"otr_verify_question"
>
Проверка вопросом
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string
name=
"otr_verify_secret"
>
Проверка секретным ключом
</string>
<string
name=
"recent_chats"
>
Недавние чаты
</string>
</resources>
\ No newline at end of file
app/src/main/res/values/chat_viewer.xml
View file @
32ede03d
...
...
@@ -105,9 +105,9 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu.png -->
<string
name=
"chat_settings"
>
Chat settings
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_typing.png -->
<string
name=
"chat_state_composing"
>
Typing
…
</string>
<string
name=
"chat_state_composing"
>
Typing…
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_paused.png -->
<string
name=
"chat_state_paused"
>
Entered text
…
</string>
<string
name=
"chat_state_paused"
>
Entered text…
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer.png -->
<string
name=
"chat_typed"
>
entered at %s
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_extra.png -->
...
...
@@ -147,4 +147,6 @@
<string
name=
"otr_verify_question"
>
Verify with question
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/chat_viewer_option_menu_otr_02.png -->
<string
name=
"otr_verify_secret"
>
Verify with shared secret
</string>
<string
name=
"recent_chats"
>
Recent chats
</string>
</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