command_result_cell.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<layout xmlns:android="http://schemas.android.com/apk/res/android"
 3    xmlns:app="http://schemas.android.com/apk/res-auto">
 4
 5    <TextView
 6        android:id="@+id/text"
 7        android:textIsSelectable="true"
 8        android:layout_width="match_parent"
 9        android:layout_height="wrap_content"
10        android:paddingLeft="8dp"
11        android:paddingRight="8dp"
12        android:paddingBottom="8dp"
13        android:textAppearance="?textAppearanceBodyMedium" />
14
15</layout>