add new elephant friends (#757)

* add new elephant friends

* add art license

* fix typo
This commit is contained in:
Konrad Pozniak 2018-08-15 20:51:35 +02:00 committed by GitHub
commit 8930d277e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 207 additions and 21 deletions

View file

@ -161,6 +161,16 @@
license:link="https://github.com/c1710/blobmoji"
license:name="Blobmoji" />
<com.keylesspalace.tusky.view.LicenseCard
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
license:license="@string/license_cc_by_sa_4"
license:link="https://github.com/tuskyapp/artwork"
license:name="Tusky elephant artwork" />
<TextView
android:id="@+id/licenseApacheTextView"
android:layout_width="match_parent"

View file

@ -23,11 +23,11 @@
android:padding="16dp">
<ImageView
android:layout_width="147dp"
android:layout_height="160dp"
android:layout_width="160dp"
android:layout_height="178dp"
android:layout_marginBottom="50dp"
android:contentDescription="@null"
android:src="@drawable/elephant_friend" />
app:srcCompat="@drawable/elephant_friend" />
<LinearLayout
android:id="@+id/loginInputLayout"

View file

@ -29,7 +29,7 @@
android:id="@+id/nothing_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawablePadding="16dp"
android:drawablePadding="32dp"
android:text="@string/footer_empty"
android:textAlignment="center"
android:textSize="?attr/status_text_medium"

View file

@ -16,7 +16,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:drawablePadding="16dp"
android:drawablePadding="32dp"
android:text="@string/footer_empty"
android:textAlignment="center"
android:textSize="?attr/status_text_medium" />