forked from GitHub-Mirror/riotX-android
15 lines
560 B
XML
15 lines
560 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:id="@+id/event_content_text_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5dp"
|
|
android:textSize="12sp"
|
|
android:fontFamily="monospace"
|
|
android:textIsSelectable="true" />
|
|
</ScrollView> |