mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
16 lines
529 B
XML
16 lines
529 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/listView_spinner_views"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:background="?attr/vctr_waiting_background_color">
|
||
|
|
||
|
<ProgressBar
|
||
|
android:id="@+id/listView_spinner"
|
||
|
android:layout_width="40dp"
|
||
|
android:layout_height="40dp"
|
||
|
android:layout_gravity="center"
|
||
|
android:visibility="visible" />
|
||
|
|
||
|
</FrameLayout>
|