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
e0a538f7
Commit
e0a538f7
authored
Mar 27, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add conference screen changed: "X" up button, action menu, button removed.
parent
e1a93d40
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
96 additions
and
93 deletions
+96
-93
MUCEditor.java
app/src/main/java/com/xabber/android/ui/MUCEditor.java
+86
-74
muc_editor.xml
app/src/main/res/layout/muc_editor.xml
+0
-17
add_conference.xml
app/src/main/res/menu/add_conference.xml
+8
-0
muc_editor.xml
app/src/main/res/values-ru/muc_editor.xml
+1
-1
muc_editor.xml
app/src/main/res/values/muc_editor.xml
+1
-1
No files found.
app/src/main/java/com/xabber/android/ui/MUCEditor.java
View file @
e0a538f7
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/muc_editor.xml
View file @
e0a538f7
...
@@ -101,22 +101,5 @@
...
@@ -101,22 +101,5 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
/>
/>
<LinearLayout
android:orientation=
"horizontal"
android:gravity=
"center_horizontal|bottom"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<Button
android:text=
"@string/muc_save"
android:id=
"@+id/ok"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
app/src/main/res/menu/add_conference.xml
0 → 100644
View file @
e0a538f7
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<item
android:id=
"@+id/action_add_conference"
android:title=
"@string/muc_add"
app:showAsAction=
"always"
/>
</menu>
\ No newline at end of file
app/src/main/res/values-ru/muc_editor.xml
View file @
e0a538f7
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string
name=
"ALREADY_JOINED"
>
Уже подключена
</string>
<string
name=
"ALREADY_JOINED"
>
Уже подключена
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string
name=
"muc_add"
>
Присоединиться к конференции
</string>
<string
name=
"muc_add"
>
Добавить конференцию
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string
name=
"muc_delete"
>
Удалить конференцию
</string>
<string
name=
"muc_delete"
>
Удалить конференцию
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
...
...
app/src/main/res/values/muc_editor.xml
View file @
e0a538f7
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor_error.png -->
<string
name=
"ALREADY_JOINED"
>
Already joined
</string>
<string
name=
"ALREADY_JOINED"
>
Already joined
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/conference_editor.png -->
<string
name=
"muc_add"
>
Join
conference
</string>
<string
name=
"muc_add"
>
Add
conference
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_context_menu.png -->
<string
name=
"muc_delete"
>
Remove conference
</string>
<string
name=
"muc_delete"
>
Remove conference
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_conference_confirm.png -->
...
...
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