# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1621626656 0 # Node ID 5b13bb267364cbc2ed66ee7f72d50303c18920a9 # Parent ea75e295025b991bd9103e9896f06a53eff3f1a4 Android: Percent widget should be using horizontal ProgressBar. diff -r ea75e295025b -r 5b13bb267364 android/DWindows.kt --- a/android/DWindows.kt Fri May 21 00:56:10 2021 +0000 +++ b/android/DWindows.kt Fri May 21 19:50:56 2021 +0000 @@ -1865,7 +1865,7 @@ waitOnUiThread { var dataArrayMap = SimpleArrayMap() - percent = ProgressBar(this) + percent = ProgressBar(this,null, R.attr.progressBarStyleHorizontal) percent!!.tag = dataArrayMap percent!!.id = cid percent!!.max = 100