mam pasek postępu zdefiniowane dzięki ten kod:ProgressBar i progressBarStyleHorizontal wyściółka
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleHorizontal"
android:indeterminate="true"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:id="@+id/fragment_article_progressBar"
android:visibility="visible"
/>
<WebView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/fragment_article_content"/>
</LinearLayout>
Ale kiedy go uruchomić, niektóre wyściółka dodaje się powyżej i poniżej ProgressBar
To nie wydaje się bardzo naturalny.
Czy jest to normalny styl poziomy ProgressBar
? Jeśli nie, jak mogę to naprawić?
Cheers
Ta poprawka wydaje się nieco ... Brudny! Czy będzie działać z dowolnym urządzeniem? :-) – Vico
Jeśli nie chcesz używać Androida: layout_marginBottom = "- 4dp, android: layout_marginTop =" - 4dp ", spróbuj użyć ' android: minHeight = "20dip" android: maxHeight = "20dip" ' –
Dzięki, niestety drugie rozwiązanie nie działa (puste miejsce jest większe) – Vico