tags:

views:

33

answers:

1

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

A: 

You need to create a custom ProgressBar. Check out previous questions.

Also check this examples here, here.

This example is without coding: http://majaxandroidtips.blogspot.com/2009/06/how-to-create-custom-progress-bar.html

Peter Knego
Hello, thanks, the first here-link made it