summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/activity_toot.xml
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-18 11:10:30 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-18 11:10:30 +0200
commit486f5af333b0bbe368f3f5e63ad1aacac359c482 (patch)
treeaf62c1401bb1f361e09b1183a466ee5697984190 /app/src/main/res/layout-sw600dp/activity_toot.xml
parent2332497c7974493486b6e1e1ae4667a95fec1ccc (diff)
Change package name + app id
Diffstat (limited to 'app/src/main/res/layout-sw600dp/activity_toot.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/activity_toot.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout-sw600dp/activity_toot.xml b/app/src/main/res/layout-sw600dp/activity_toot.xml
index e43f650dd..0ee675909 100644
--- a/app/src/main/res/layout-sw600dp/activity_toot.xml
+++ b/app/src/main/res/layout-sw600dp/activity_toot.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?><!--
Copyright 2017 Thomas Schneider
- This file is a part of Mastalab
+ This file is a part of Fedilab
This program is free software; you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
- Mastalab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ Fedilab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
- You should have received a copy of the GNU General Public License along with Mastalab; if not,
+ You should have received a copy of the GNU General Public License along with Fedilab; if not,
see <http://www.gnu.org/licenses>.
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
@@ -38,7 +38,7 @@
android:hint="@string/toot_cw_placeholder"
android:visibility="gone" />
- <fr.gouv.etalab.mastodon.helper.MastalabAutoCompleteTextView
+ <app.fedilab.android.helper.MastalabAutoCompleteTextView
android:id="@+id/toot_content"
android:layout_width="match_parent"
android:layout_height="0dp"