forked from organicmaps/organicmaps
Add new icon on dowload layout
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
dfcc8ef07f
commit
f309189b89
1 changed files with 6 additions and 1 deletions
|
@ -19,12 +19,17 @@
|
|||
android:orientation="vertical"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
<ImageView
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="90dp"
|
||||
android:src="@drawable/ic_download"
|
||||
app:tint="?android:colorAccent"/>
|
||||
<TextView
|
||||
android:id="@+id/head_message"
|
||||
style="?fontHeadline6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin_base_plus"
|
||||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:gravity="center"
|
||||
android:text="@string/download_map_title" />
|
||||
<TextView
|
||||
|
|
Loading…
Add table
Reference in a new issue