[android] Added downloaded btn

This commit is contained in:
Dmitry Donskoy 2020-04-30 21:17:41 +03:00 committed by Aleksandr Zatsepin
parent 96e6c97d8e
commit 1524ed1919
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
android:fillColor="#ffffff"/>
<path
android:pathData="M2,12C2,6.477 6.477,2 12,2C17.523,2 22,6.477 22,12C22,17.523 17.523,22 12,22C6.477,22 2,17.523 2,12ZM7.4,11.8462L6,13.1923L10,17L18,9.3462L16.6,8L10,14.3077L7.4,11.8462Z"
android:fillColor="#3C8C3C"
android:fillType="evenOdd"/>
</vector>

View file

@ -21,6 +21,14 @@
android:id="@+id/guide_content"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/downloaded"
android:layout_marginTop="@dimen/margin_quarter"
android:layout_marginStart="@dimen/margin_quarter"
app:srcCompat="@drawable/ic_claim"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageView
android:id="@+id/image"
android:layout_width="@dimen/nav_street_left"