add new elephant friends (#757)
* add new elephant friends * add art license * fix typo
This commit is contained in:
parent
04c842afc4
commit
8930d277e6
13 changed files with 207 additions and 21 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue