18 lines
467 B
XML
18 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
>
|
|
|
|
<com.pddstudio.highlightjs.HighlightJsView
|
|
android:id="@+id/code_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</layout>
|