Skip to content

Commit

Permalink
Improved Verification Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidotarma committed Aug 9, 2021
1 parent dc84027 commit 84cf7e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/res/layout/dialog_fragment_verification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingBottom="@dimen/default_margin"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
Expand All @@ -350,13 +349,6 @@
android:textAllCaps="false"
android:textColor="@color/white"
android:visibility="gone" />

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/logo"
android:layout_width="match_parent"
android:layout_height="40dp"
android:scaleType="centerInside"
android:src="@drawable/eu_logo_big" />
</LinearLayout>

<ProgressBar
Expand Down

0 comments on commit 84cf7e2

Please sign in to comment.