Skip to content

Commit

Permalink
refactor: remove obsolete custom scroll view
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Sep 1, 2024
1 parent bd6c7fc commit da6a911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 187 deletions.
5 changes: 3 additions & 2 deletions app/src/main/java/com/osfans/trime/ime/symbol/LiquidTabsUi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ package com.osfans.trime.ime.symbol
import android.content.Context
import android.graphics.Color
import android.graphics.drawable.PaintDrawable
import android.widget.HorizontalScrollView
import com.osfans.trime.data.theme.ColorManager
import com.osfans.trime.data.theme.FontManager
import com.osfans.trime.data.theme.Theme
import com.osfans.trime.ime.text.ScrollView
import com.osfans.trime.util.rippleDrawable
import splitties.dimensions.dp
import splitties.views.dsl.core.Ui
Expand Down Expand Up @@ -80,7 +80,8 @@ class LiquidTabsUi(override val ctx: Context, val theme: Theme) : Ui {
private val horizontal = horizontalLayout()

override val root =
ScrollView(ctx, null).apply {
HorizontalScrollView(ctx).apply {
isVerticalScrollBarEnabled = false
isHorizontalScrollBarEnabled = false
add(
horizontal,
Expand Down
185 changes: 0 additions & 185 deletions app/src/main/java/com/osfans/trime/ime/text/ScrollView.kt

This file was deleted.

0 comments on commit da6a911

Please sign in to comment.