add 'dev' to app_name (was removed by reworking strings, we do not want temporary names in the tx repos)

This commit is contained in:
B. Petersen 2018-12-13 15:08:55 +01:00
parent 582b5d035b
commit aab44755aa
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
<application android:name=".ApplicationContext"
android:icon="@mipmap/ic_launcher_dev"
android:label="@string/app_name"
android:label="Delta Chat dev"
android:supportsRtl="true"
tools:replace="android:allowBackup"
android:allowBackup="false"
@ -90,7 +90,7 @@
</activity>
<activity android:name=".ConversationListActivity"
android:label="@string/app_name"
android:label="Delta Chat dev"
android:launchMode="singleTask"
android:theme="@style/TextSecure.LightNoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"

View file

@ -26,7 +26,7 @@
<TextView style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:text="Delta Chat dev"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"