Skip to content

Commit

Permalink
[del/#135] string 하이파이브 리소스
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Mar 25, 2024
1 parent 4ef784f commit 15f65a6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,19 +166,6 @@
app:layout_constraintTop_toTopOf="@id/motivoo_my_pie_chart"
app:layout_constraintVertical_bias="0.3" />

<TextView
android:id="@+id/tv_exercise_percent"
style="@style/Caption2_re"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{vm.isHighFive() ? @string/home_success_hifive : @string/home_empty_text }"
android:textColor="@{vm.isHighFive() ? @color/red_400_FF6259 : @color/gray_600_707276}"
app:layout_constraintBottom_toBottomOf="@+id/iv_step_count"
app:layout_constraintEnd_toEndOf="@id/iv_step_count"
app:layout_constraintStart_toStartOf="@id/iv_step_count"
app:layout_constraintTop_toTopOf="@id/iv_step_count"
app:layout_constraintVertical_bias="1.1" />

<com.android.motivoo_design.MotivooOtherPieChart
android:id="@+id/motivoo_other_pie_chart"
iconEnabled="@{vm.isHighFive}"
Expand Down Expand Up @@ -250,7 +237,7 @@
android:visibility="@{vm.isPermissionGranted() ? View.GONE : View.VISIBLE}"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_exercise_percent"
app:layout_constraintTop_toBottomOf="@id/iv_step_count"
tools:visibility="invisible" />
</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down

0 comments on commit 15f65a6

Please sign in to comment.