Hi,
I have loaded a progressBar from:
<?xml version="1.0" encoding="utf-8"?>
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+android:id/progress_small" style="?android:attr/progressBarStyleLarge"
android:layout_width="wrap_content" android:layout_height="wrap_content" />
On different devices I get different visualization. I want the progressbar on every device and every android version look rounded and not being built by some short liney only.
Is there a way to force this? Thanks so far