Skip to content
Snippets Groups Projects
Commit 3c82c4d9 authored by Oliver Zimmerman's avatar Oliver Zimmerman
Browse files

Appended View to new Custom View to make it more obvious that it is indeed a Custom View...

parent 7469a59e
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ import kotlinx.android.synthetic.main.view_test_result_section.view.*
import java.util.Date
/**
* The [TestResultSection] Displays the appropriate test result.
* The [TestResultSectionView] Displays the appropriate test result.
*/
class TestResultSection @JvmOverloads
class TestResultSectionView @JvmOverloads
constructor(
context: Context,
attrs: AttributeSet? = null,
......
......@@ -29,7 +29,7 @@
app:layout_constraintTop_toTopOf="parent"
app:title="@{@string/submission_test_result_consent_given_heading}" />
<de.rki.coronawarnapp.ui.view.TestResultSection
<de.rki.coronawarnapp.ui.view.TestResultSectionView
android:id="@+id/submission_test_result_section"
android:layout_width="@dimen/match_constraint"
android:layout_height="wrap_content"
......
......@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<de.rki.coronawarnapp.ui.view.TestResultSection
<de.rki.coronawarnapp.ui.view.TestResultSectionView
android:id="@+id/submission_test_result_section"
android:layout_width="@dimen/match_constraint"
android:layout_height="wrap_content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment