Files
NutritionMaster/app/src/main/res/layout/activity_material_result.xml
ScorpioMiku 7e1c9aa755 1
2018-10-07 20:10:39 +08:00

19 lines
750 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#f4f4f4"
tools:context="com.example.ninefourone.nutritionmaster.modules.classifyresult.MaterialResultActivity">
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:background="#ededed"
android:layout_width="match_parent"
android:layout_height="match_parent">
</android.support.v7.widget.RecyclerView>
</LinearLayout>