Removes mention of elephant friend, to reduce noise.

This commit is contained in:
Vavassor 2017-04-12 00:27:48 -04:00
parent f6a165a50a
commit bc8c2427fb
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="50dp"
android:src="@drawable/elephant_friend"
android:contentDescription="@string/description_elephant_friend" />
android:contentDescription="@null" />
<android.support.design.widget.TextInputLayout
android:layout_height="wrap_content"

View File

@ -135,7 +135,6 @@
<string name="notification_summary_small">%1$s and %2$s</string>
<string name="notification_title_summary">%d new interactions</string>
<string name="description_elephant_friend">Elephant Friend</string>
<string name="description_account_locked">Locked Account</string>
</resources>