fragment_delete_event.xml 630 Bytes
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="net.plil.clubinfo.etunicorn.app.consommation.DeleteConsommation"
    android:orientation="vertical">


    <ProgressBar
        style="?android:attr/progressBarStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/delete_event_progress_bar"
        android:visibility="gone"
        android:layout_gravity="center" />
    
</LinearLayout>