Skip to content

Commit

Permalink
:features:settings: Add missing deps + resource
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 19, 2024
1 parent e0768a9 commit 726f561
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/settings/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ android {

dependencies {
implementation(projects.core.resources.temporal)
implementation(projects.core.settings.appearance)
implementation(projects.core.settings.tasks)
implementation(projects.core.settings.updates)

api(projects.ui.preference)
Expand Down
11 changes: 11 additions & 0 deletions features/settings/src/main/res/drawable/ic_sort_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@android:color/white"
android:pathData="M3 13h12v-2H3m0-5v2h18V6M3 18h6v-2H3v2z" />
</vector>

0 comments on commit 726f561

Please sign in to comment.