Change text color in TableLayout in markdown. Change markdown TextView style.

This commit is contained in:
Alex Ning
2019-12-30 22:46:45 +08:00
parent a60c249b16
commit 286ab8ebca
6 changed files with 33 additions and 5 deletions

View File

@@ -36,8 +36,7 @@
android:id="@+id/markdown_recycler_view_view_sidebar_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:padding="16dp"
android:clipToPadding="false"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />

View File

@@ -3,6 +3,4 @@
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:textSize="?attr/content_font_default" />

View File

@@ -2,7 +2,8 @@
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:scrollbarStyle="outsideInset">
<TableLayout

View File

@@ -86,6 +86,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:visibility="gone" />
<com.nex3z.flowlayout.FlowLayout