mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: FMRadio: Migrate to android SDK seekbar
Change-Id: Iced28087d879062401c4f36359a16fa3455e75db Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
96e7b1bcd7
commit
1f58a51868
2 changed files with 3 additions and 3 deletions
|
|
@ -175,7 +175,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:background="@color/secondary_color">
|
||||
|
||||
<de.dlyt.yanndroid.oneui.view.SeekBar
|
||||
<SeekBar
|
||||
android:id="@+id/fm_freq_seekbar"
|
||||
android:layout_width="325dp"
|
||||
android:layout_height="50dp"
|
||||
|
|
@ -307,4 +307,4 @@
|
|||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import android.widget.Button
|
|||
import android.widget.TextView
|
||||
import android.widget.Toast
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import de.dlyt.yanndroid.oneui.view.SeekBar
|
||||
import android.widget.SeekBar
|
||||
import java.io.*
|
||||
import java.text.DecimalFormat
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue