mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 21:10:49 +01:00
Add ripple effect to filter nav view
This commit is contained in:
parent
1977e21363
commit
d180631877
5 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,7 @@ abstract class BaseActivity : AppCompatActivity(), ActivityMixin {
|
||||||
override fun getActivity() = this
|
override fun getActivity() = this
|
||||||
|
|
||||||
var resumed = false
|
var resumed = false
|
||||||
|
private set
|
||||||
|
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
super.onResume()
|
super.onResume()
|
||||||
|
|
|
@ -26,6 +26,7 @@ abstract class BaseRxActivity<P : BasePresenter<*>> : NucleusAppCompatActivity<P
|
||||||
override fun getActivity() = this
|
override fun getActivity() = this
|
||||||
|
|
||||||
var resumed = false
|
var resumed = false
|
||||||
|
private set
|
||||||
|
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
super.onResume()
|
super.onResume()
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
android:layout_height="?attr/listPreferredItemHeightSmall"
|
android:layout_height="?attr/listPreferredItemHeightSmall"
|
||||||
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
||||||
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
||||||
android:foreground="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
android:layout_height="?attr/listPreferredItemHeightSmall"
|
android:layout_height="?attr/listPreferredItemHeightSmall"
|
||||||
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
||||||
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
||||||
android:foreground="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
<CheckedTextView
|
<CheckedTextView
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
android:layout_height="?attr/listPreferredItemHeightSmall"
|
android:layout_height="?attr/listPreferredItemHeightSmall"
|
||||||
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
||||||
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
||||||
android:foreground="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
|
|
Loading…
Reference in a new issue