hyperrail/hyperrail-for-android

View on GitHub
Hyperrail/src/main/res/layout/listview_route.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:clickable="true"
    android:id="@+id/root"
    android:focusable="true"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <include
        layout="@layout/item_route"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>
</LinearLayout>