Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
670848654 committed May 29, 2023
1 parent b5c0623 commit 8e1c662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_desc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/score_view"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_height="24dp"
android:paddingLeft="5dp"
android:paddingBottom="5dp"
android:drawableStart="@drawable/ic_baseline_star_rate_24"
Expand All @@ -198,7 +198,7 @@
<TextView
android:id="@+id/update_time"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_height="24dp"
android:paddingLeft="5dp"
android:drawableStart="@drawable/baseline_history_white_48dp"
android:drawablePadding="5dp"
Expand Down

0 comments on commit 8e1c662

Please sign in to comment.