apkfuckery/com.discord/res/layout/widget_main_panel_loading.xml

5 lines
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@id/main_panel_loading" android:background="@color/grey_account" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:background="@drawable/drawable_loading" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</RelativeLayout>