Skip to content

Commit

Permalink
Fix: mdd 차트 텍스트 변경 [16-SulGore#27]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cha-Ji committed Oct 17, 2022
1 parent 4696c15 commit 6d960da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
android:drawableRight="@drawable/tv7_menu_graph"
android:padding="15dp"
android:fontFamily="@font/one_pop"
android:text="기간에 따른 수익률"
android:text="@string/mdd_by_k"
android:textColor="@color/white"
android:textSize="32sp"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:id="@+id/tv_pRatio_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="기간에 따른 수익률 화면"
android:text="@string/mdd_by_k"
android:textSize="32sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
\n 우리 프로젝트는 공대 대회에서 대상을 받을 것입니다.
\n 우리 프로젝트는 공대 대회에서 대상을 받을 것입니다.
\n 대상은 우리 것입니다. :) \n\n</string>
<string name="mdd_by_k">k값에 따른 MDD</string>
</resources>

0 comments on commit 6d960da

Please # to comment.