fix: some markdown fixes

This commit is contained in:
rebelonion 2024-06-29 10:59:18 -05:00
parent 6eb654bf51
commit b09f26ed34
13 changed files with 194 additions and 27 deletions

View file

@ -92,6 +92,21 @@
android:textIsSelectable="true"
android:textSize="18sp"
tools:ignore="LabelFor" />
<TextView
android:id="@+id/markdownPreview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fontFamily="@font/poppins_semi_bold"
android:gravity="top|start"
android:hint="@string/reply_hint"
android:nestedScrollingEnabled="true"
android:padding="16dp"
android:textColor="?attr/colorOnBackground"
android:textIsSelectable="true"
android:textSize="18sp"
android:visibility="gone"
tools:ignore="LabelFor" />
</LinearLayout>
</ScrollView>