mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Using outlines settings icon for tabbed sheets
This was added last commit, which fyi is slightly different from the one upstream, this one is more akin to the one in google apps
This commit is contained in:
parent
0042052458
commit
71548573ec
@ -34,7 +34,7 @@ open class TabbedLibraryDisplaySheet(val controller: Controller) :
|
||||
binding.menu.setImageDrawable(
|
||||
ContextCompat.getDrawable(
|
||||
context,
|
||||
R.drawable.ic_settings_24dp
|
||||
R.drawable.ic_outline_settings_24dp
|
||||
)
|
||||
)
|
||||
binding.menu.setOnClickListener {
|
||||
|
@ -81,7 +81,7 @@ class TabbedReaderSettingsSheet(val readerActivity: ReaderActivity) :
|
||||
binding.menu.setImageDrawable(
|
||||
ContextCompat.getDrawable(
|
||||
context,
|
||||
R.drawable.ic_settings_24dp
|
||||
R.drawable.ic_outline_settings_24dp
|
||||
)
|
||||
)
|
||||
binding.menu.setOnClickListener {
|
||||
|
@ -40,7 +40,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_settings_24dp"
|
||||
app:srcCompat="@drawable/ic_outline_settings_24dp"
|
||||
app:tint="?attr/colorOnBackground" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user