Commit e1f75be9 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomToolbar.java

parent 563d1856
......@@ -24,7 +24,9 @@ public class RoomToolbar extends Toolbar {
private TextView titleTextView;
private ImageView roomIconImageView;
private ImageView badgeImageView;
Drawable privateChannelDrawable, publicChannelDrawable, userStatusDrawable;
Drawable privateChannelDrawable,
Drawable publicChannelDrawable,
Drawable userStatusDrawable;
public static final int STATUS_ONLINE = 1;
public static final int STATUS_BUSY = 2;
public static final int STATUS_AWAY = 3;
......@@ -195,4 +197,4 @@ public class RoomToolbar extends Toolbar {
}
}
}
}
\ No newline at end of file
}
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