This commit is contained in:
Benoit Marty 2020-08-03 18:50:04 +02:00
parent 8931fd314d
commit ab4a517ae0
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="im.vector.app.features.debug.DebugMenuActivity"
tools:context=".features.debug.DebugMenuActivity"
tools:ignore="HardcodedText">
<ScrollView

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/riot_secondary_text_color_status"
tools:context="im.vector.app.features.debug.TestLinkifyActivity">
tools:context=".features.debug.TestLinkifyActivity">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"

View File

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="im.vector.app.features.reactions.EmojiReactionPickerActivity">
tools:context=".features.reactions.EmojiReactionPickerActivity">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/emojiPickerWholeListFragmentContainer"

View File

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="im.vector.app.features.webview.VectorWebViewActivity">
tools:context=".features.webview.VectorWebViewActivity">
<androidx.appcompat.widget.Toolbar
android:id="@+id/webview_toolbar"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:context="im.vector.app.features.reactions.EmojiChooserFragment"
tools:context=".features.reactions.EmojiChooserFragment"
tools:itemCount="100"
tools:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:listitem="@layout/grid_item_emoji"