Skip to content

Commit

Permalink
Clean up drawables
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Sep 3, 2024
1 parent 7095ea7 commit 0d1d9c7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 55 deletions.
8 changes: 5 additions & 3 deletions app-common/src/main/res/drawable/ic_arrow_back.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal"
android:autoMirrored="true">
<path
android:fillColor="?colorOnPrimarySurface"
android:fillColor="@android:color/white"
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
</vector>
11 changes: 0 additions & 11 deletions app/src/main/res/drawable/ic_baseline_arrow_back_24.xml

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_baseline_settings_applications_24.xml

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_email_onsurface.xml

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_id_onsurface.xml

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_spider_thread_onsurface.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/settings_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_baseline_arrow_back_24"
app:navigationIcon="@drawable/ic_arrow_back"
app:title="@string/label_settings" />

<FrameLayout
Expand Down

0 comments on commit 0d1d9c7

Please sign in to comment.