discord-jadx/app/src/main/res/layout/widget_chat_list_adapter_it...

6 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:gravity="center" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="10dp" android:layout_marginRight="10dp">
<com.airbnb.lottie.LottieAnimationView android:id="@+id/chat_list_search_indexing_animation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_above="@+id/chat_list_search_indexing_text" android:layout_centerHorizontal="true" app:lottie_autoPlay="true" app:lottie_fileName="?attr/theme_search_indexing_animation" app:lottie_loop="true"/>
<TextView android:textSize="15sp" android:textColor="?attr/colorTextNormal" android:gravity="center" android:id="@+id/chat_list_search_indexing_text" android:layout_marginTop="10dp" android:text="@string/search_guild_still_indexing" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" style="@style/res_2131952561_uikit_textview"/>
</RelativeLayout>