simple_item_layout.xml 281 Bytes
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:textColor="#9E9E9E"
    android:textSize="18sp"
    android:paddingLeft="4dp" />