DishDelish/dishdelish-app

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

Summary

Maintainability
Test Coverage
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.github.siela1915.bootcamp.SuggestionFragment">

    <!-- TODO: Update blank fragment layout -->
    <TextView
        android:id="@+id/txt_suggestion"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="@string/hello_blank_fragment" />

</FrameLayout>