Skip to content

Commit

Permalink
update trial icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trife committed Dec 13, 2024
1 parent 74c5f2f commit cac82c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/drawable/file.xml

This file was deleted.

9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_trial.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M12 2C11.5 2 11 2.19 10.59 2.59L7.29 5.88L12 10.58L16.71 5.88L13.41 2.59C13 2.19 12.5 2 12 2M5.88 7.29L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L5.88 16.71L10.58 12L5.88 7.29M18.12 7.29L13.42 12L18.12 16.71L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L18.12 7.29M12 13.42L7.29 18.12L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L16.71 18.12L12 13.42Z" />
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_field_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
android:layout_height="wrap_content"
android:clickable="false"
android:focusable="false"
app:chipIcon="@drawable/file"
app:chipIcon="@drawable/ic_trial"
app:chipIconSize="24dp"
app:ensureMinTouchTargetSize="false"
app:closeIconVisible="false"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item_study.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
app:chipIcon="@drawable/file"
app:chipIcon="@drawable/ic_trial"
android:checkable="false"
android:ellipsize="end"
app:layout_constraintHorizontal_bias="0"
Expand Down

0 comments on commit cac82c0

Please sign in to comment.