Minor UI polish

This commit is contained in:
Niels Andriesse 2021-07-13 13:23:53 +10:00
parent 04b012ea2c
commit 5b4061b2d7

View File

@ -53,14 +53,12 @@
<com.github.ybq.android.spinkit.SpinKitView
style="@style/SpinKitView.Small.ThreeBounce"
android:layout_marginVertical="@dimen/small_spacing"
android:id="@+id/progressBar"
android:layout_width="0dp"
android:layout_height="@dimen/small_button_height"
android:layout_weight="1"
app:SpinKit_Color="@color/accent"
android:visibility="gone"
/>
android:visibility="gone" />
</LinearLayout>