diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/activity_about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_about.xml b/src/main/res/layout/activity_about.xml index ab0e34eb..922da172 100644 --- a/src/main/res/layout/activity_about.xml +++ b/src/main/res/layout/activity_about.xml @@ -1,6 +1,6 @@ <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - tools:context="eu.siacs.conversations.ui.AboutActivity" + tools:context="de.thedevstack.conversationsplus.ui.AboutActivity" android:background="@color/primarybackground" android:layout_width="fill_parent" android:layout_height="fill_parent"> |