Commit 771358f7 authored by aniket's avatar aniket

minor changes

parent f199fcc2
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
......@@ -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)
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment