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

5 lines
507 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/home_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:layout_gravity="center" android:id="@id/home_panel_loading_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/img_loading_logo" />
</FrameLayout>