Page MenuHomec4science

fragment_survey_choices.xml
No OneTemporary

File Metadata

Created
Tue, Jun 4, 07:11

fragment_survey_choices.xml

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 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"
tools:context=".SurveyActivity$PlaceholderFragment">
<TextView
android:id="@+id/section_label"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:layout_constraintLeft_creator="1"
tools:layout_constraintTop_creator="1" />
<android.support.v7.widget.RecyclerView
android:id="@+id/choices_recycler_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="8dp"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/section_label"
tools:layoutManager="android.support.v7.widget.GridLayoutManager"
tools:listitem="@layout/question_card" />
</android.support.constraint.ConstraintLayout>

Event Timeline