Newer
Older
mountainnavigation / app / src / main / res / layout / drawer_list_simple.xml
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <TableRow
        android:layout_height="48dp"
        android:layout_marginStart="16dp"
        android:layout_marginLeft="16dp"
        android:layout_marginEnd="16dp"
        android:layout_marginRight="16dp" >
        <TextView xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/simple_textview"
            android:layout_height="48dp"
            android:layout_width="match_parent"
            android:gravity="center_vertical"
            android:textSize="14sp"
            android:textColor="@color/text_color"
            android:fontFamily="sans-serif-medium" />
    </TableRow>
</TableLayout>