diff --git a/app/src/main/res/layout/chart_card_item.xml b/app/src/main/res/layout/chart_card_item.xml new file mode 100644 index 0000000..f0424ef --- /dev/null +++ b/app/src/main/res/layout/chart_card_item.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_chart.xml b/app/src/main/res/layout/fragment_chart.xml index 377847a..e78995d 100644 --- a/app/src/main/res/layout/fragment_chart.xml +++ b/app/src/main/res/layout/fragment_chart.xml @@ -1,15 +1,146 @@ - + tools:context=".ui.main.MainActivity"> - - + android:layout_height="wrap_content" + android:orientation="vertical" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b0dce74..ca4f04e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,4 +33,6 @@ ProfileFragment BattleJoinFragment ClubJoinFragment + + Hello blank fragment \ No newline at end of file