patrickfav/under-the-hood

View on GitHub
hood-core/src/main/res/layout/hoodlib_template_header.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:tools="http://schemas.android.com/tools"
             style="@style/HoodLibHeaderWrapper">
    <TextView
        android:id="@+id/title"
        style="@style/HoodLibTextViewSingleLine.HoodLibHeaderTextView"
        tools:text="Text Header"
    />
</FrameLayout>