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
771358f7
Commit
771358f7
authored
Mar 11, 2018
by
aniket
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
f199fcc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
CreateNewChannelView.kt
...ndroid/createChannel/presentation/CreateNewChannelView.kt
+5
-1
CreateNewChannelActivity.kt
...cket/android/createChannel/ui/CreateNewChannelActivity.kt
+1
-1
activity_create_new_channel.xml
app/src/main/res/layout/activity_create_new_channel.xml
+1
-0
No files found.
app/src/main/java/chat/rocket/android/createChannel/presentation/CreateNewChannelView.kt
View file @
771358f7
package
chat.rocket.android.createChannel.presentation
interface
CreateNewChannelView
{
import
chat.rocket.android.core.behaviours.LoadingView
import
chat.rocket.android.core.behaviours.MessageView
interface
CreateNewChannelView
:
LoadingView
,
MessageView
{
//TODO add functions to be implemented
}
\ No newline at end of file
app/src/main/java/chat/rocket/android/createChannel/ui/CreateNewChannelActivity.kt
View file @
771358f7
...
...
@@ -70,7 +70,7 @@ class CreateNewChannelActivity : AppCompatActivity(), CreateNewChannelView {
private_channel
.
setOnClickListener
{
channelType
=
"private"
channel_type
.
text
=
getString
(
R
.
string
.
private_channel_type
)
channel_description
.
text
=
getString
(
R
.
string
.
public_channel_description
)
...
...
app/src/main/res/layout/activity_create_new_channel.xml
View file @
771358f7
...
...
@@ -25,6 +25,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"16dp"
android:background=
"?selectableItemBackground"
android:alpha=
"0.7"
android:enabled=
"false"
android:gravity=
"end"
...
...
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