Futsch1/medTimer

View on GitHub
app/src/main/res/layout/reminder_table_cell.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/cellContainer"
    android:layout_width="wrap_content"
    android:layout_height="24dp"
    android:padding="2dp">

    <TextView
        android:id="@+id/tableCellTextView"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</LinearLayout>