mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 07:48:26 +00:00
fix spinner
This commit is contained in:
parent
6b4acd0232
commit
c294262ff3
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/searchBottomBarConstraintLayout"
|
android:id="@+id/searchBottomBarConstraintLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/input_bar_height"
|
android:layout_height="@dimen/input_bar_height"
|
||||||
@ -58,9 +58,10 @@
|
|||||||
style="@style/SpinKitView.DoubleBounce"
|
style="@style/SpinKitView.DoubleBounce"
|
||||||
android:id="@+id/searchProgressWheel"
|
android:id="@+id/searchProgressWheel"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="match_parent"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:background="@color/compose_view_background"
|
android:background="@color/compose_view_background"
|
||||||
|
app:SpinKit_Color="?android:textColorPrimary"
|
||||||
android:visibility="gone"/>
|
android:visibility="gone"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user