From 5bf1d342f6f30699f02a985cc8b16b6da90d4688 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 26 Dec 2019 23:57:02 +0800 Subject: Markdown table support. --- app/src/main/res/layout/adapter_default_entry.xml | 15 +++++++++++++++ app/src/main/res/layout/adapter_table_block.xml | 19 +++++++++++++++++++ app/src/main/res/layout/item_post_detail.xml | 10 +++------- app/src/main/res/layout/view_table_entry_cell.xml | 9 +++++++++ 4 files changed, 46 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/layout/adapter_default_entry.xml create mode 100644 app/src/main/res/layout/adapter_table_block.xml create mode 100644 app/src/main/res/layout/view_table_entry_cell.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/adapter_default_entry.xml b/app/src/main/res/layout/adapter_default_entry.xml new file mode 100644 index 00000000..e9fb8929 --- /dev/null +++ b/app/src/main/res/layout/adapter_default_entry.xml @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/adapter_table_block.xml b/app/src/main/res/layout/adapter_table_block.xml new file mode 100644 index 00000000..b3b63a27 --- /dev/null +++ b/app/src/main/res/layout/adapter_table_block.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index 7a9dac19..41fa34da 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -81,15 +81,11 @@ android:textColor="@color/primaryTextColor" android:textSize="?attr/title_font_18" /> - + android:layout_height="match_parent" + android:visibility="gone" /> + \ No newline at end of file -- cgit v1.2.3