geofot96/StudyBuddy

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

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:padding="8dp">
<TextView
    android:id="@+id/text_user_custom_row"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:padding="4dp"
    android:textColor="#000000"
    android:textSize="18sp"/>

</LinearLayout>