From 2f27074478538206dc8cb1f762365535b9de20f0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 18 Sep 2020 00:21:50 +0800 Subject: Start implementing markdown toolbar. --- app/src/main/res/layout/activity_comment.xml | 93 +++++++++++++--------- .../main/res/layout/item_markdown_bottom_bar.xml | 9 +++ 2 files changed, 63 insertions(+), 39 deletions(-) create mode 100644 app/src/main/res/layout/item_markdown_bottom_bar.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 1fe93f50..69e0a4d7 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -23,56 +23,71 @@ - - + android:layout_height="0dp" + android:layout_weight="1"> - + android:layout_height="match_parent" + android:orientation="vertical"> - + - + - + - + + + + + + + - + \ No newline at end of file diff --git a/app/src/main/res/layout/item_markdown_bottom_bar.xml b/app/src/main/res/layout/item_markdown_bottom_bar.xml new file mode 100644 index 00000000..53ef5b84 --- /dev/null +++ b/app/src/main/res/layout/item_markdown_bottom_bar.xml @@ -0,0 +1,9 @@ + + \ No newline at end of file -- cgit v1.2.3