Adding more size to few things (#495)
* Adding more size to few things * Fixing margins and paddings * Reverting categories_item * Increasing size of innerContainer
This commit is contained in:
@@ -24,7 +24,7 @@ class BiometricTimesHolder(view: View, val adapter: BiometricTimesAdapter) : Fle
|
||||
*/
|
||||
@OptIn(ExperimentalTime::class)
|
||||
fun bind(timeRange: TimeRange) {
|
||||
binding.innerContainer.minimumHeight = 48.dpToPx
|
||||
binding.innerContainer.minimumHeight = 60.dpToPx
|
||||
|
||||
// Set capitalized title.
|
||||
binding.title.text = timeRange.getFormattedString(itemView.context)
|
||||
|
||||
@@ -22,7 +22,7 @@ class RepoHolder(view: View, val adapter: RepoAdapter) : FlexibleViewHolder(view
|
||||
* @param category The category to bind.
|
||||
*/
|
||||
fun bind(category: String) {
|
||||
binding.innerContainer.minimumHeight = 48.dpToPx
|
||||
binding.innerContainer.minimumHeight = 60.dpToPx
|
||||
|
||||
// Set capitalized title.
|
||||
binding.title.text = category
|
||||
|
||||
@@ -22,7 +22,7 @@ class SourceCategoryHolder(view: View, val adapter: SourceCategoryAdapter) : Fle
|
||||
* @param category The category to bind.
|
||||
*/
|
||||
fun bind(category: String) {
|
||||
binding.innerContainer.minimumHeight = 48.dpToPx
|
||||
binding.innerContainer.minimumHeight = 60.dpToPx
|
||||
|
||||
// Set capitalized title.
|
||||
binding.title.text = category
|
||||
|
||||
Reference in New Issue
Block a user