fragment_paiment_consomation.xml 1.08 KB
<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.PaiementConsommation"
    android:orientation="vertical">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/paiment_consommation_name"
        android:layout_gravity="center"
        android:textAppearance="@android:style/TextAppearance.Material.Medium" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/paiment_consommation_price"
        android:layout_gravity="center"
        android:textAppearance="@android:style/TextAppearance.Material.Medium" />

    <ProgressBar
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/paiment_consommation_progress_bar"
        android:visibility="gone"/>

</LinearLayout>