mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Add a My Blogs tab with option to add new blogs
Clicking the plus in the toolbar open the `CreateBlogActivity` which allows the user to create a new blog. Only the first identity is considered, but support for more identities can be easily added later. The actual list of blogs in the My Blogs tab will be done in the next commit.
This commit is contained in:
@@ -38,7 +38,7 @@ public class TextAvatarView extends FrameLayout {
|
||||
}
|
||||
|
||||
public void setText(String text) {
|
||||
character.setText(text);
|
||||
character.setText(text.toUpperCase());
|
||||
}
|
||||
|
||||
public void setUnreadCount(int count) {
|
||||
|
||||
Reference in New Issue
Block a user