changing the placeholder at empty Recent Calls tab

This commit is contained in:
tibbi
2018-11-20 17:21:09 +01:00
parent bba7a957ba
commit ed4bb7d013
18 changed files with 18 additions and 0 deletions

View File

@ -61,6 +61,7 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
}
this is RecentsFragment -> {
fragment_fab.beGone()
fragment_placeholder.text = activity.getString(R.string.no_recent_calls_found)
fragment_placeholder_2.text = activity.getString(R.string.request_the_required_permissions)
}
}