Commit 771358f7 authored by aniket's avatar aniket

minor changes

parent f199fcc2
package chat.rocket.android.createChannel.presentation 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 //TODO add functions to be implemented
} }
\ No newline at end of file
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:background="?selectableItemBackground"
android:alpha="0.7" android:alpha="0.7"
android:enabled="false" android:enabled="false"
android:gravity="end" 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