|
|
|
@ -6,22 +6,14 @@ |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:background="@color/color_background_dark" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:layout_height="0dp"> |
|
|
|
|
|
|
|
|
|
<com.mikhaellopez.circularfillableloaders.CircularFillableLoaders |
|
|
|
|
android:id="@+id/circularFillableLoaders" |
|
|
|
|
android:layout_width="200dp" |
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
android:src="@mipmap/ic_logo" |
|
|
|
|
app:cfl_border="true" |
|
|
|
|
app:cfl_border_width="4dp" |
|
|
|
|
app:cfl_progress="80" |
|
|
|
|
app:cfl_wave_amplitude="0.08" |
|
|
|
|
app:cfl_wave_color="@color/color_primary_dark" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
<com.mikhaellopez.circularfillableloaders.CircularFillableLoaders |
|
|
|
|
android:id="@+id/circularFillableLoaders" |
|
|
|
|
android:layout_width="200dp" |
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
android:src="@mipmap/ic_logo" |
|
|
|
|
app:cfl_border="true" |
|
|
|
|
app:cfl_border_width="4dp" |
|
|
|
|
app:cfl_progress="80" |
|
|
|
|
app:cfl_wave_amplitude="0.08" |
|
|
|
|
app:cfl_wave_color="@color/color_primary_dark" /> |
|
|
|
|
</LinearLayout> |