mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Don't use inverse style for progress bars. #286
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
android:padding="@dimen/margin_medium">
|
||||
|
||||
<ProgressBar
|
||||
style="?android:attr/progressBarStyleInverse"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/margin_large"/>
|
||||
@@ -56,4 +55,5 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:scaleType="fitCenter"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user