From 286ab8ebca82a236a5ea40bdf111cda1e87927ec Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 30 Dec 2019 22:46:45 +0800 Subject: Change text color in TableLayout in markdown. Change markdown TextView style. --- app/src/main/res/layout/adapter_default_entry.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/src/main/res/layout/adapter_default_entry.xml') diff --git a/app/src/main/res/layout/adapter_default_entry.xml b/app/src/main/res/layout/adapter_default_entry.xml index bf91ef23..acc53340 100644 --- a/app/src/main/res/layout/adapter_default_entry.xml +++ b/app/src/main/res/layout/adapter_default_entry.xml @@ -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" /> \ No newline at end of file -- cgit v1.2.3