Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
termux
GitHub Repository: termux/termux-app
Path: blob/master/termux-shared/src/main/res/layout/markdown_adapter_node_default.xml
1787 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3
android:id="@+id/default_text_view"
4
android:layout_width="match_parent"
5
android:layout_height="wrap_content"
6
android:layout_marginLeft="16dip"
7
android:layout_marginRight="16dip"
8
android:breakStrategy="simple"
9
android:hyphenationFrequency="none"
10
android:lineSpacingExtra="2dip"
11
android:paddingTop="8dip"
12
android:paddingBottom="8dip"
13
android:textAppearance="?android:attr/textAppearanceMedium"
14
android:textColor="?android:attr/textColorPrimary"
15
android:textColorLink="?android:attr/textColorLink"
16
android:textSize="12sp" />
17
18