Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb8fe000 authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen Committed by Niedermann IT-Dienstleistungen
Browse files

Update RxMarkdown

parent 0762f982
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,8 +26,10 @@ android {
dependencies {
    implementation project(':cert4android')

    implementation 'com.yydcdut:rxmarkdown:0.1.1-beta'

    implementation 'io.reactivex:rxandroid:1.2.0'
    implementation 'io.reactivex:rxjava:1.1.5'
    implementation 'com.yydcdut:markdown-processor:0.1.2'
    implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.2'

    implementation 'com.jakewharton:butterknife:8.8.1'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
+1 −1
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.TextView;

import com.yydcdut.markdown.syntax.edit.EditFactory;
import com.yydcdut.rxmarkdown.RxMDEditText;
import com.yydcdut.rxmarkdown.RxMarkdown;
import com.yydcdut.rxmarkdown.syntax.edit.EditFactory;

import butterknife.BindView;
import butterknife.ButterKnife;
+1 −1
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;

import com.yydcdut.markdown.syntax.text.TextFactory;
import com.yydcdut.rxmarkdown.RxMDTextView;
import com.yydcdut.rxmarkdown.RxMarkdown;
import com.yydcdut.rxmarkdown.syntax.text.TextFactory;

import butterknife.BindView;
import butterknife.ButterKnife;
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public class MarkDownUtil {
                .setHeader5RelativeSize(1.1f)
                .setHeader6RelativeSize(1.05f)
                .setHorizontalRulesHeight(2)
                .setLinkColor(ResourcesCompat.getColor(context.getResources(), R.color.primary, null))
                .setLinkFontColor(ResourcesCompat.getColor(context.getResources(), R.color.primary, null))
                .build();
    }
}