fix for progress dialog
This commit is contained in:
parent
aa8d41eecf
commit
402e0576c8
2 changed files with 13 additions and 5 deletions
|
@ -8,6 +8,14 @@
|
|||
android:paddingTop="10dp"
|
||||
android:paddingBottom="10dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/extensionPinImageView"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_pin"
|
||||
android:layout_marginEnd="3dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/extensionIconImageView"
|
||||
android:layout_width="40dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue