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
3c093a52
Commit
3c093a52
authored
Sep 04, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChatViewerFragment: spacer removed from input view.
parent
6535cf13
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
ChatViewerFragment.java
...c/main/java/com/xabber/android/ui/ChatViewerFragment.java
+0
-2
chat_viewer_fragment.xml
app/src/main/res/layout/chat_viewer_fragment.xml
+0
-7
No files found.
app/src/main/java/com/xabber/android/ui/ChatViewerFragment.java
View file @
3c093a52
...
...
@@ -150,7 +150,6 @@ public class ChatViewerFragment extends Fragment implements PopupMenu.OnMenuItem
AbstractChat
abstractChat
=
MessageManager
.
getInstance
().
getChat
(
account
,
user
);
securityButton
=
(
ImageButton
)
view
.
findViewById
(
R
.
id
.
button_security
);
View
spacer
=
view
.
findViewById
(
R
.
id
.
button_security_spacer
);
if
(
abstractChat
instanceof
RegularChat
)
{
securityButton
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
...
...
@@ -161,7 +160,6 @@ public class ChatViewerFragment extends Fragment implements PopupMenu.OnMenuItem
});
}
else
{
securityButton
.
setVisibility
(
View
.
GONE
);
spacer
.
setVisibility
(
View
.
VISIBLE
);
}
chatMessageAdapter
=
new
ChatMessageAdapter
(
getActivity
(),
account
,
user
,
this
);
...
...
app/src/main/res/layout/chat_viewer_fragment.xml
View file @
3c093a52
...
...
@@ -74,13 +74,6 @@
android:alpha=
"0.5"
/>
<Space
android:id=
"@+id/button_security_spacer"
android:layout_width=
"16dp"
android:layout_height=
"match_parent"
android:visibility=
"gone"
/>
<github.ankushsachdeva.emojicon.EmojiconEditText
android:id=
"@+id/chat_input"
android:layout_width=
"0dp"
...
...
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