mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Minor UI polish
This commit is contained in:
parent
04b012ea2c
commit
5b4061b2d7
@ -53,14 +53,12 @@
|
|||||||
|
|
||||||
<com.github.ybq.android.spinkit.SpinKitView
|
<com.github.ybq.android.spinkit.SpinKitView
|
||||||
style="@style/SpinKitView.Small.ThreeBounce"
|
style="@style/SpinKitView.Small.ThreeBounce"
|
||||||
android:layout_marginVertical="@dimen/small_spacing"
|
|
||||||
android:id="@+id/progressBar"
|
android:id="@+id/progressBar"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="@dimen/small_button_height"
|
android:layout_height="@dimen/small_button_height"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
app:SpinKit_Color="@color/accent"
|
app:SpinKit_Color="@color/accent"
|
||||||
android:visibility="gone"
|
android:visibility="gone" />
|
||||||
/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user