Add Nextcloud News icon

This commit is contained in:
Shinokuni 2019-05-18 22:05:09 +02:00
parent 3a163c1de5
commit 635e9fdbf8
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<vector android:height="24dp" android:viewportHeight="91.33"
android:viewportWidth="91.33" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#0071bc" android:pathData="M45.67,45.67m-45.67,0a45.67,45.67 0,1 1,91.34 0a45.67,45.67 0,1 1,-91.34 0"/>
<path android:fillColor="#fff" android:pathData="M13.29,21.92h64.75v7h-64.75z"/>
<path android:fillColor="#fff" android:pathData="M13.29,35.42h40.75v7h-40.75z"/>
<path android:fillColor="#fff" android:pathData="M13.29,48.92h60.46v7h-60.46z"/>
<path android:fillColor="#fff" android:pathData="M13.29,62.42h32.38v7h-32.38z"/>
</vector>

View File

@ -13,6 +13,7 @@
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_marginTop="60dp"
android:src="@drawable/ic_nextcloud_news"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@ -31,7 +32,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="52dp"
android:layout_marginTop="48dp"
android:padding="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"