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