Remove extra new lines in XML

This commit is contained in:
Benoit Marty 2021-12-01 23:04:35 +01:00
parent 0b62c4ec6b
commit 6cb8a2458f
101 changed files with 3 additions and 167 deletions

View File

@ -334,7 +334,6 @@
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox" style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -5,7 +5,6 @@
<item name="android:visibility">visible</item> <item name="android:visibility">visible</item>
</style> </style>
<style name="Theme.Debug.Light" parent="Theme.MaterialComponents.Light.NoActionBar"> <style name="Theme.Debug.Light" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Keep all default value --> <!-- Keep all default value -->
</style> </style>

View File

@ -11,5 +11,3 @@
<changeImageTransform /> <changeImageTransform />
</transitionSet> </transitionSet>

View File

@ -32,7 +32,6 @@
<dimen name="call_pip_width">88dp</dimen> <dimen name="call_pip_width">88dp</dimen>
<dimen name="call_pip_radius">8dp</dimen> <dimen name="call_pip_radius">8dp</dimen>
<dimen name="item_form_min_height">76dp</dimen> <dimen name="item_form_min_height">76dp</dimen>
<!-- Max width for some buttons --> <!-- Max width for some buttons -->
@ -40,5 +39,4 @@
<!-- Navigation Drawer --> <!-- Navigation Drawer -->
<dimen name="navigation_drawer_max_width">320dp</dimen> <dimen name="navigation_drawer_max_width">320dp</dimen>
</resources> </resources>

View File

@ -20,7 +20,6 @@
<color name="palette_prune">#5C56F5</color> <color name="palette_prune">#5C56F5</color>
<color name="palette_links">#0086E6</color> <color name="palette_links">#0086E6</color>
<!-- For light themes --> <!-- For light themes -->
<color name="palette_gray_25">#F4F6FA</color> <color name="palette_gray_25">#F4F6FA</color>
<color name="palette_gray_50">#E3E8F0</color> <color name="palette_gray_50">#E3E8F0</color>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<declare-styleable name="BadgeFloatingActionButton"> <declare-styleable name="BadgeFloatingActionButton">

View File

@ -49,7 +49,6 @@
<item name="android:backgroundTint">@android:color/black</item> <item name="android:backgroundTint">@android:color/black</item>
</style> </style>
<style name="Widget.Vector.Button.Outlined.SocialLogin.Facebook"> <style name="Widget.Vector.Button.Outlined.SocialLogin.Facebook">
<item name="icon">@drawable/ic_social_facebook</item> <item name="icon">@drawable/ic_social_facebook</item>
</style> </style>
@ -68,7 +67,6 @@
<item name="android:backgroundTint">#3877EA</item> <item name="android:backgroundTint">#3877EA</item>
</style> </style>
<style name="Widget.Vector.Button.Outlined.SocialLogin.Twitter"> <style name="Widget.Vector.Button.Outlined.SocialLogin.Twitter">
<item name="icon">@drawable/ic_social_twitter</item> <item name="icon">@drawable/ic_social_twitter</item>
</style> </style>
@ -85,7 +83,6 @@
<item name="android:backgroundTint">#5D9EC9</item> <item name="android:backgroundTint">#5D9EC9</item>
</style> </style>
<style name="Widget.Vector.Button.Outlined.SocialLogin.Apple"> <style name="Widget.Vector.Button.Outlined.SocialLogin.Apple">
<item name="icon">@drawable/ic_social_apple</item> <item name="icon">@drawable/ic_social_apple</item>
</style> </style>
@ -118,5 +115,4 @@
<item name="android:backgroundTint">@android:color/black</item> <item name="android:backgroundTint">@android:color/black</item>
</style> </style>
</resources> </resources>

View File

@ -105,8 +105,6 @@
suggest="${underscoreToCamelCase(classToResource(fragmentClass))}ViewEvents" suggest="${underscoreToCamelCase(classToResource(fragmentClass))}ViewEvents"
default="MainViewEvents" default="MainViewEvents"
help="The name of the view events to create" /> help="The name of the view events to create" />
<parameter <parameter
id="packageName" id="packageName"

View File

@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
The aim of this file is to test the different themes of Riot The aim of this file is to test the different themes of Element
--> -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
The aim of this file is to test the different themes of Riot The aim of this file is to test the different themes of Element
Unfortunately, this does not work in the preview. Unfortunately, this does not work in the preview.
--> -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

View File

@ -20,5 +20,4 @@
</item> </item>
</layer-list> </layer-list>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android" <ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:attr/colorControlHighlight"> android:color="?android:attr/colorControlHighlight">
<item android:id="@android:id/mask"> <item android:id="@android:id/mask">

View File

@ -18,5 +18,4 @@
</shape> </shape>
</item> </item>
</layer-list> </layer-list>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"> android:shape="rectangle">

View File

@ -31,5 +31,4 @@
</shape> </shape>
</item> </item>
</selector> </selector>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- tools:ignore is needed because lint thinks this can be replaced with a merge. Replacing this <!-- tools:ignore is needed because lint thinks this can be replaced with a merge. Replacing this
with a merge causes the fullscreen SurfaceView not to be centered. --> with a merge causes the fullscreen SurfaceView not to be centered. -->
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -94,7 +92,6 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.appbar.MaterialToolbar <com.google.android.material.appbar.MaterialToolbar
android:id="@+id/callToolbar" android:id="@+id/callToolbar"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -22,12 +22,10 @@
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>
<androidx.fragment.app.FragmentContainerView <androidx.fragment.app.FragmentContainerView
android:id="@+id/homeDrawerFragmentContainer" android:id="@+id/homeDrawerFragmentContainer"
android:layout_width="@dimen/navigation_drawer_max_width" android:layout_width="@dimen/navigation_drawer_max_width"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="start" /> android:layout_gravity="start" />
</androidx.drawerlayout.widget.DrawerLayout> </androidx.drawerlayout.widget.DrawerLayout>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- The background of this Activity is in the theme (so just added as tools here, for preview), <!-- The background of this Activity is in the theme (so just added as tools here, for preview),
so we just add a ProgressBar here --> so we just add a ProgressBar here -->
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@ -28,7 +28,6 @@
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>
<androidx.fragment.app.FragmentContainerView <androidx.fragment.app.FragmentContainerView
android:id="@+id/roomDetailDrawerContainer" android:id="@+id/roomDetailDrawerContainer"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -41,5 +41,4 @@
app:titleTextColor="?vctr_content_primary" app:titleTextColor="?vctr_content_primary"
tools:actionDescription="" /> tools:actionDescription="" />
</LinearLayout> </LinearLayout>

View File

@ -24,5 +24,4 @@
app:tint="?vctr_content_primary" app:tint="?vctr_content_primary"
app:titleTextColor="?vctr_content_primary" /> app:titleTextColor="?vctr_content_primary" />
</LinearLayout> </LinearLayout>

View File

@ -33,7 +33,6 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:src="@sample/user_round_avatars" /> tools:src="@sample/user_round_avatars" />
<TextView <TextView
android:id="@+id/inviterText" android:id="@+id/inviterText"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -61,7 +60,6 @@
app:layout_constraintTop_toBottomOf="@id/inviterText" app:layout_constraintTop_toBottomOf="@id/inviterText"
tools:text="@sample/users.json/data/id" /> tools:text="@sample/users.json/data/id" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<View <View

View File

@ -88,7 +88,6 @@
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:text="@string/leave_space" /> android:text="@string/leave_space" />
</FrameLayout> </FrameLayout>
<Button <Button
@ -103,5 +102,4 @@
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:text="@string/cancel" /> android:text="@string/cancel" />
</LinearLayout> </LinearLayout>

View File

@ -9,7 +9,6 @@
android:paddingTop="8dp" android:paddingTop="8dp"
android:paddingBottom="8dp"> android:paddingBottom="8dp">
<TextView <TextView
style="@style/Widget.Vector.TextView.HeadlineMedium" style="@style/Widget.Vector.TextView.HeadlineMedium"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -39,7 +39,6 @@
android:textColor="?vctr_content_secondary" android:textColor="?vctr_content_secondary"
tools:text="@string/help_people_in_spaces_find_and_join" /> tools:text="@string/help_people_in_spaces_find_and_join" />
<ImageView <ImageView
android:id="@+id/imageHint" android:id="@+id/imageHint"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -62,7 +61,6 @@
android:visibility="gone" android:visibility="gone"
tools:visibility="visible" /> tools:visibility="visible" />
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -88,5 +86,4 @@
android:textAllCaps="true" /> android:textAllCaps="true" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@ -44,7 +44,6 @@
app:layout_constraintVertical_chainStyle="packed" app:layout_constraintVertical_chainStyle="packed"
tools:text="@sample/spaces.json/data/name" /> tools:text="@sample/spaces.json/data/name" />
<TextView <TextView
android:id="@+id/spaceDescription" android:id="@+id/spaceDescription"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -109,7 +108,6 @@
app:titleTextColor="?vctr_content_primary" app:titleTextColor="?vctr_content_primary"
tools:actionDescription="" /> tools:actionDescription="" />
<im.vector.app.core.ui.views.BottomSheetActionButton <im.vector.app.core.ui.views.BottomSheetActionButton
android:id="@+id/addRooms" android:id="@+id/addRooms"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -3,6 +3,4 @@
android:id="@+id/bottomSheetFragmentContainer" android:id="@+id/bottomSheetFragmentContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?colorSurface" /> android:background="?colorSurface" />

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -35,7 +35,6 @@
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/exportDialogTilConfirm" android:id="@+id/exportDialogTilConfirm"
style="@style/Widget.Vector.TextInputLayout.Password" style="@style/Widget.Vector.TextInputLayout.Password"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- This file is here to fix Google issue https://code.google.com/p/android/issues/detail?id=231576 --> <!-- This file is here to fix Google issue https://code.google.com/p/android/issues/detail?id=231576 -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -32,7 +31,6 @@
android:textColor="?vctr_notice_secondary" android:textColor="?vctr_notice_secondary"
tools:text="HHWJ Y8DK RDR4\nBQEN FQ4V M4F8\nBQEN FQ4V M4A8" /> tools:text="HHWJ Y8DK RDR4\nBQEN FQ4V M4F8\nBQEN FQ4V M4A8" />
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
@ -83,5 +81,4 @@
android:layout_height="1dp" android:layout_height="1dp"
android:background="?vctr_list_separator_on_surface" /> android:background="?vctr_list_separator_on_surface" />
</LinearLayout> </LinearLayout>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -37,5 +36,4 @@
app:layout_constraintTop_toBottomOf="@id/bootstrapWaitingProgress" app:layout_constraintTop_toBottomOf="@id/bootstrapWaitingProgress"
tools:text="Bending the spoon..." /> tools:text="Bending the spoon..." />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -16,7 +16,6 @@
tools:itemCount="1" tools:itemCount="1"
tools:listitem="@layout/item_bottom_sheet_joinrule_restricted" /> tools:listitem="@layout/item_bottom_sheet_joinrule_restricted" />
<LinearLayout <LinearLayout
android:id="@+id/buttonBar" android:id="@+id/buttonBar"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -46,7 +45,6 @@
android:text="@string/save" /> android:text="@string/save" />
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:elevation="2dp" android:elevation="2dp"

View File

@ -40,7 +40,6 @@
android:visibility="gone" android:visibility="gone"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
android:id="@+id/keys_backup_setup_step3_line1_text" android:id="@+id/keys_backup_setup_step3_line1_text"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -65,7 +64,6 @@
android:textColor="?vctr_content_secondary" android:textColor="?vctr_content_secondary"
tools:text="@string/keys_backup_setup_step3_text_line2" /> tools:text="@string/keys_backup_setup_step3_text_line2" />
<TextView <TextView
android:id="@+id/keys_backup_setup_step3_recovery_key_text" android:id="@+id/keys_backup_setup_step3_recovery_key_text"
style="@style/Widget.Vector.TextView.Title" style="@style/Widget.Vector.TextView.Title"
@ -79,7 +77,6 @@
tools:text="HHWJ Y8DK RDR4\nBQEN FQ4V M4F8\nBQEN FQ4V M4A8" tools:text="HHWJ Y8DK RDR4\nBQEN FQ4V M4F8\nBQEN FQ4V M4A8"
tools:visibility="visible" /> tools:visibility="visible" />
<Button <Button
android:id="@+id/keys_backup_setup_step3_copy_button" android:id="@+id/keys_backup_setup_step3_copy_button"
style="@style/Widget.Vector.Button.Text" style="@style/Widget.Vector.Button.Text"

View File

@ -58,7 +58,6 @@
tools:text="@sample/rooms.json/data/alias" tools:text="@sample/rooms.json/data/alias"
tools:visibility="visible" /> tools:visibility="visible" />
<ImageView <ImageView
android:id="@+id/matrixToAccessImage" android:id="@+id/matrixToAccessImage"
android:layout_width="16dp" android:layout_width="16dp"

View File

@ -64,7 +64,6 @@
</com.google.android.material.appbar.MaterialToolbar> </com.google.android.material.appbar.MaterialToolbar>
<androidx.appcompat.widget.SearchView <androidx.appcompat.widget.SearchView
android:id="@+id/memberNameFilter" android:id="@+id/memberNameFilter"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -150,7 +150,6 @@
android:visibility="visible" android:visibility="visible"
app:layout_constraintTop_toBottomOf="@id/syncStateView" /> app:layout_constraintTop_toBottomOf="@id/syncStateView" />
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/timelineRecyclerView" android:id="@+id/timelineRecyclerView"
android:layout_width="0dp" android:layout_width="0dp"
@ -179,7 +178,6 @@
app:layout_constraintTop_toBottomOf="@id/removeJitsiWidgetView" app:layout_constraintTop_toBottomOf="@id/removeJitsiWidgetView"
tools:visibility="visible" /> tools:visibility="visible" />
<im.vector.app.core.ui.views.NotificationAreaView <im.vector.app.core.ui.views.NotificationAreaView
android:id="@+id/notificationAreaView" android:id="@+id/notificationAreaView"
android:layout_width="0dp" android:layout_width="0dp"

View File

@ -61,7 +61,6 @@
</com.google.android.material.appbar.MaterialToolbar> </com.google.android.material.appbar.MaterialToolbar>
<androidx.appcompat.widget.SearchView <androidx.appcompat.widget.SearchView
android:id="@+id/publicRoomsFilter" android:id="@+id/publicRoomsFilter"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -43,7 +43,6 @@
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/spaceDirectoryList" android:id="@+id/spaceDirectoryList"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -50,7 +50,6 @@
</com.google.android.material.appbar.MaterialToolbar> </com.google.android.material.appbar.MaterialToolbar>
<androidx.appcompat.widget.SearchView <androidx.appcompat.widget.SearchView
android:id="@+id/publicRoomsFilter" android:id="@+id/publicRoomsFilter"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -49,7 +49,6 @@
</com.google.android.material.appbar.MaterialToolbar> </com.google.android.material.appbar.MaterialToolbar>
<!-- <com.google.android.material.appbar.MaterialToolbar--> <!-- <com.google.android.material.appbar.MaterialToolbar-->
<!-- android:id="@+id/toolbar"--> <!-- android:id="@+id/toolbar"-->
<!-- android:layout_width="match_parent"--> <!-- android:layout_width="match_parent"-->
@ -63,7 +62,6 @@
<!-- android:layout_height="wrap_content"--> <!-- android:layout_height="wrap_content"-->
<!-- android:text="@string/decide_which_spaces_can_access" />--> <!-- android:text="@string/decide_which_spaces_can_access" />-->
</com.google.android.material.appbar.CollapsingToolbarLayout> </com.google.android.material.appbar.CollapsingToolbarLayout>
<androidx.appcompat.widget.SearchView <androidx.appcompat.widget.SearchView
@ -75,7 +73,6 @@
app:queryHint="@string/search_hint_room_name" /> app:queryHint="@string/search_hint_room_name" />
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView" android:id="@+id/recyclerView"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -102,5 +99,4 @@
android:text="@string/ok" /> android:text="@string/ok" />
</LinearLayout> </LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>

View File

@ -38,7 +38,6 @@
app:layout_constraintStart_toEndOf="@id/ssss_shield" app:layout_constraintStart_toEndOf="@id/ssss_shield"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<TextView <TextView
android:id="@+id/ssss_restore_with_key_text" android:id="@+id/ssss_restore_with_key_text"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -51,7 +50,6 @@
app:layout_constraintTop_toBottomOf="@id/ssss_restore_with_key" app:layout_constraintTop_toBottomOf="@id/ssss_restore_with_key"
tools:text="@string/enter_secret_storage_input_key" /> tools:text="@string/enter_secret_storage_input_key" />
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/ssss_key_enter_til" android:id="@+id/ssss_key_enter_til"
android:layout_width="0dp" android:layout_width="0dp"
@ -78,7 +76,6 @@
<!-- --> <!-- -->
<Button <Button
android:id="@+id/ssss_key_use_file" android:id="@+id/ssss_key_use_file"
style="@style/Widget.Vector.Button.Text" style="@style/Widget.Vector.Button.Text"
@ -109,7 +106,6 @@
app:layout_constraintTop_toBottomOf="@id/ssss_key_enter_til" app:layout_constraintTop_toBottomOf="@id/ssss_key_enter_til"
app:layout_goneMarginBottom="@dimen/layout_vertical_margin_big" /> app:layout_goneMarginBottom="@dimen/layout_vertical_margin_big" />
<im.vector.app.core.ui.views.BottomSheetActionButton <im.vector.app.core.ui.views.BottomSheetActionButton
android:id="@+id/ssss_key_reset" android:id="@+id/ssss_key_reset"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -123,6 +119,5 @@
app:tint="?colorError" app:tint="?colorError"
app:titleTextColor="?vctr_content_secondary" /> app:titleTextColor="?vctr_content_secondary" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView> </ScrollView>

View File

@ -42,7 +42,6 @@
app:layout_constraintBottom_toTopOf="@id/ssss_reset_other_devices" app:layout_constraintBottom_toTopOf="@id/ssss_reset_other_devices"
app:layout_constraintTop_toBottomOf="@id/reset_title" /> app:layout_constraintTop_toBottomOf="@id/reset_title" />
<TextView <TextView
android:id="@+id/ssss_reset_other_devices" android:id="@+id/ssss_reset_other_devices"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"

View File

@ -62,7 +62,6 @@
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
android:id="@+id/showUserCodeCard" android:id="@+id/showUserCodeCard"
android:layout_width="0dp" android:layout_width="0dp"
@ -110,7 +109,6 @@
app:layout_constraintTop_toBottomOf="@id/showUserCodeCardNameText" app:layout_constraintTop_toBottomOf="@id/showUserCodeCardNameText"
tools:text="@sample/users.json/data/id" /> tools:text="@sample/users.json/data/id" />
<!-- android:id="@+id/itemShareQrCodeImage"--> <!-- android:id="@+id/itemShareQrCodeImage"-->
<!-- android:layout_width="300dp"--> <!-- android:layout_width="300dp"-->
<!-- android:layout_height="300dp"--> <!-- android:layout_height="300dp"-->

View File

@ -108,7 +108,6 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/userListSearch" /> app:layout_constraintTop_toBottomOf="@id/userListSearch" />
<TextView <TextView
android:id="@+id/userListE2EbyDefaultDisabled" android:id="@+id/userListE2EbyDefaultDisabled"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -92,7 +92,6 @@
<!-- tools:listitem="@layout/item_space_simple"--> <!-- tools:listitem="@layout/item_space_simple"-->
<!-- tools:orientation="horizontal" />--> <!-- tools:orientation="horizontal" />-->
<ImageView <ImageView
android:id="@+id/rest1" android:id="@+id/rest1"
android:layout_width="42dp" android:layout_width="42dp"
@ -157,7 +156,6 @@
app:tint="?vctr_content_secondary" app:tint="?vctr_content_secondary"
tools:ignore="MissingConstraints" /> tools:ignore="MissingConstraints" />
<androidx.constraintlayout.helper.widget.Flow <androidx.constraintlayout.helper.widget.Flow
android:id="@+id/spacesFlow" android:id="@+id/spacesFlow"
android:layout_width="0dp" android:layout_width="0dp"

View File

@ -33,7 +33,6 @@
android:textColor="@color/emoji_black" android:textColor="@color/emoji_black"
tools:text="😀" /> tools:text="😀" />
<TextView <TextView
android:id="@+id/quickReaction3" android:id="@+id/quickReaction3"
style="@style/Widget.Vector.TextView.Title" style="@style/Widget.Vector.TextView.Title"

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -20,7 +20,6 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<ImageView <ImageView
android:id="@+id/itemEditableAvatarImage" android:id="@+id/itemEditableAvatarImage"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -48,7 +47,6 @@
tools:ignore="MissingConstraints,MissingPrefix" tools:ignore="MissingConstraints,MissingPrefix"
tools:visibility="visible" /> tools:visibility="visible" />
<ImageView <ImageView
android:layout_width="32dp" android:layout_width="32dp"
android:layout_height="32dp" android:layout_height="32dp"
@ -63,5 +61,4 @@
app:tint="?vctr_content_secondary" app:tint="?vctr_content_secondary"
tools:ignore="MissingConstraints,MissingPrefix" /> tools:ignore="MissingConstraints,MissingPrefix" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -27,5 +27,4 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/itemErrorRetryText" /> app:layout_constraintTop_toBottomOf="@id/itemErrorRetryText" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -28,7 +28,6 @@
android:textColor="?vctr_content_primary" android:textColor="?vctr_content_primary"
tools:text="Label" /> tools:text="Label" />
<TextView <TextView
android:id="@+id/itemGenericWithValueValueText" android:id="@+id/itemGenericWithValueValueText"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -32,5 +32,4 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/itemLoginErrorRetryText" /> app:layout_constraintTop_toBottomOf="@id/itemLoginErrorRetryText" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -7,7 +7,6 @@
android:background="?android:attr/colorBackground" android:background="?android:attr/colorBackground"
android:minHeight="50dp"> android:minHeight="50dp">
<ImageView <ImageView
android:id="@+id/troubleshootStatusIcon" android:id="@+id/troubleshootStatusIcon"
android:layout_width="20dp" android:layout_width="20dp"

View File

@ -80,7 +80,6 @@
tools:src="@drawable/ic_shield_warning" tools:src="@drawable/ic_shield_warning"
tools:visibility="visible" /> tools:visibility="visible" />
<ImageView <ImageView
android:id="@+id/actionEditable" android:id="@+id/actionEditable"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -25,7 +25,6 @@
android:text="@string/push_gateway_item_app_id" android:text="@string/push_gateway_item_app_id"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:id="@+id/pushGatewayAppIdValue" android:id="@+id/pushGatewayAppIdValue"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -44,7 +43,6 @@
android:text="@string/push_gateway_item_push_key" android:text="@string/push_gateway_item_push_key"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:id="@+id/pushGatewayKeyValue" android:id="@+id/pushGatewayKeyValue"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -63,7 +61,6 @@
android:text="@string/push_gateway_item_app_display_name" android:text="@string/push_gateway_item_app_display_name"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:id="@+id/pushGatewayAppNameValue" android:id="@+id/pushGatewayAppNameValue"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -82,7 +79,6 @@
android:text="@string/push_gateway_item_device_name" android:text="@string/push_gateway_item_device_name"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:id="@+id/pushGatewayDeviceNameValue" android:id="@+id/pushGatewayDeviceNameValue"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -92,7 +88,6 @@
android:textStyle="" android:textStyle=""
tools:text="EBMDOLFJD" /> tools:text="EBMDOLFJD" />
<TextView <TextView
android:id="@+id/pushGatewayURL" android:id="@+id/pushGatewayURL"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -6,7 +6,6 @@
android:orientation="horizontal" android:orientation="horizontal"
android:padding="8dp"> android:padding="8dp">
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -23,7 +22,6 @@
android:textStyle="bold" android:textStyle="bold"
tools:text=".m.rule.contains_user_name" /> tools:text=".m.rule.contains_user_name" />
<TextView <TextView
android:id="@+id/pushRuleDescription" android:id="@+id/pushRuleDescription"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -10,7 +10,6 @@
android:focusable="true" android:focusable="true"
android:foreground="?attr/selectableItemBackground"> android:foreground="?attr/selectableItemBackground">
<FrameLayout <FrameLayout
android:id="@+id/roomAvatarContainer" android:id="@+id/roomAvatarContainer"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -38,7 +37,6 @@
app:layout_constraintTop_toBottomOf="@id/roomAvatarContainer" app:layout_constraintTop_toBottomOf="@id/roomAvatarContainer"
tools:layout_marginStart="20dp" /> tools:layout_marginStart="20dp" />
<View <View
android:id="@+id/roomNameView" android:id="@+id/roomNameView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -54,7 +52,6 @@
app:layout_constraintStart_toEndOf="@id/roomAvatarContainer" app:layout_constraintStart_toEndOf="@id/roomAvatarContainer"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<View <View
android:id="@+id/roomTypingView" android:id="@+id/roomTypingView"
android:layout_width="0dp" android:layout_width="0dp"

View File

@ -52,5 +52,4 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/ic_checkbox_on" /> tools:src="@drawable/ic_checkbox_on" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -69,5 +69,4 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/ic_checkbox_on" /> tools:src="@drawable/ic_checkbox_on" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -57,5 +57,4 @@
app:tint="?vctr_content_secondary" app:tint="?vctr_content_secondary"
tools:ignore="MissingPrefix" /> tools:ignore="MissingPrefix" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -31,5 +31,4 @@
style="@style/BottomSheetItemTime" style="@style/BottomSheetItemTime"
tools:text="10:44" /> tools:text="10:44" />
</LinearLayout> </LinearLayout>

View File

@ -54,7 +54,6 @@
tools:text="147" tools:text="147"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
android:id="@+id/groupNameView" android:id="@+id/groupNameView"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -92,7 +91,6 @@
tools:text="@tools:sample/lorem/random" tools:text="@tools:sample/lorem/random"
tools:visibility="visible" /> tools:visibility="visible" />
<ImageView <ImageView
android:id="@+id/groupChildrenCollapse" android:id="@+id/groupChildrenCollapse"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -9,7 +9,6 @@
android:focusable="true" android:focusable="true"
android:foreground="?attr/selectableItemBackground"> android:foreground="?attr/selectableItemBackground">
<ImageView <ImageView
android:id="@+id/groupAvatarImageView" android:id="@+id/groupAvatarImageView"
android:layout_width="42dp" android:layout_width="42dp"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -112,7 +111,6 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/spaceChildBarrier" /> app:layout_constraintTop_toBottomOf="@id/spaceChildBarrier" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout> </LinearLayout>

View File

@ -54,7 +54,6 @@
tools:text="147" tools:text="147"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
android:id="@+id/groupNameView" android:id="@+id/groupNameView"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"

View File

@ -26,7 +26,6 @@
</FrameLayout> </FrameLayout>
<!-- Margin bottom does not work, so I use space --> <!-- Margin bottom does not work, so I use space -->
<Space <Space
android:id="@+id/roomAvatarBottomSpace" android:id="@+id/roomAvatarBottomSpace"

View File

@ -69,7 +69,6 @@
</FrameLayout> </FrameLayout>
<im.vector.app.core.ui.views.ShieldImageView <im.vector.app.core.ui.views.ShieldImageView
android:id="@+id/messageE2EDecoration" android:id="@+id/messageE2EDecoration"
android:layout_width="16dp" android:layout_width="16dp"
@ -92,7 +91,6 @@
android:visibility="gone" android:visibility="gone"
tools:visibility="visible" /> tools:visibility="visible" />
<LinearLayout <LinearLayout
android:id="@+id/informationBottom" android:id="@+id/informationBottom"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -44,7 +44,6 @@
tools:drawableLeft="@drawable/ic_missed_video_call" tools:drawableLeft="@drawable/ic_missed_video_call"
tools:text="@string/call_tile_video_incoming" /> tools:text="@string/call_tile_video_incoming" />
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/itemCallAcceptRejectViewGroup" android:id="@+id/itemCallAcceptRejectViewGroup"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -76,7 +75,6 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:text="@string/ignore" /> tools:text="@string/ignore" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout> </LinearLayout>

View File

@ -56,7 +56,6 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:text="A filename here" /> tools:text="A filename here" />
<androidx.constraintlayout.widget.Barrier <androidx.constraintlayout.widget.Barrier
android:id="@+id/horizontalBarrier" android:id="@+id/horizontalBarrier"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -31,7 +31,6 @@
app:layout_constraintTop_toTopOf="@id/messageThumbnailView" app:layout_constraintTop_toTopOf="@id/messageThumbnailView"
tools:visibility="visible" /> tools:visibility="visible" />
<include <include
android:id="@+id/messageMediaUploadProgressLayout" android:id="@+id/messageMediaUploadProgressLayout"
layout="@layout/media_upload_download_progress_layout" layout="@layout/media_upload_download_progress_layout"

View File

@ -170,7 +170,6 @@
android:textStyle="italic" android:textStyle="italic"
tools:text="@string/room_created_summary_item" /> tools:text="@string/room_created_summary_item" />
<TextView <TextView
android:id="@+id/itemMergedExpandTextView" android:id="@+id/itemMergedExpandTextView"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -33,7 +33,6 @@
app:drawableStartCompat="@drawable/ic_clock" app:drawableStartCompat="@drawable/ic_clock"
app:drawableTint="?vctr_content_secondary" /> app:drawableTint="?vctr_content_secondary" />
<TextView <TextView
android:id="@+id/itemVerificationDoneDetailTextView" android:id="@+id/itemVerificationDoneDetailTextView"
style="@style/Widget.Vector.TextView.Caption" style="@style/Widget.Vector.TextView.Caption"
@ -48,7 +47,6 @@
android:textColor="?vctr_content_secondary" android:textColor="?vctr_content_secondary"
android:textStyle="italic" /> android:textStyle="italic" />
<TextView <TextView
android:id="@+id/itemMergedExpandTextView" android:id="@+id/itemMergedExpandTextView"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -30,5 +30,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@ -5,7 +5,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
android:id="@+id/itemVerificationDoneTitleTextView" android:id="@+id/itemVerificationDoneTitleTextView"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -19,7 +18,6 @@
tools:drawableStart="@drawable/ic_shield_trusted" tools:drawableStart="@drawable/ic_shield_trusted"
tools:text="@string/sas_verified" /> tools:text="@string/sas_verified" />
<TextView <TextView
android:id="@+id/itemVerificationDoneDetailTextView" android:id="@+id/itemVerificationDoneDetailTextView"
style="@style/Widget.Vector.TextView.Caption" style="@style/Widget.Vector.TextView.Caption"

View File

@ -6,7 +6,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
android:id="@+id/itemVerificationTitleTextView" android:id="@+id/itemVerificationTitleTextView"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"
@ -20,7 +19,6 @@
app:drawableStartCompat="@drawable/ic_shield_black" app:drawableStartCompat="@drawable/ic_shield_black"
tools:text="@string/verification_request" /> tools:text="@string/verification_request" />
<TextView <TextView
android:id="@+id/itemVerificationDetailTextView" android:id="@+id/itemVerificationDetailTextView"
style="@style/Widget.Vector.TextView.Caption" style="@style/Widget.Vector.TextView.Caption"

View File

@ -59,10 +59,8 @@
app:layout_constraintStart_toEndOf="@id/voicePlaybackTime" app:layout_constraintStart_toEndOf="@id/voicePlaybackTime"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<include <include
android:id="@+id/messageFileUploadProgressLayout" android:id="@+id/messageFileUploadProgressLayout"
layout="@layout/media_upload_download_progress_layout" layout="@layout/media_upload_download_progress_layout"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Add a FrameLayout parent for better alignment --> <!-- Add a FrameLayout parent for better alignment -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"

View File

@ -30,7 +30,6 @@
tools:src="@drawable/ic_share" tools:src="@drawable/ic_share"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
android:id="@+id/itemVerificationActionTitle" android:id="@+id/itemVerificationActionTitle"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"

View File

@ -22,7 +22,6 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<ImageView <ImageView
android:id="@+id/monitorIcon" android:id="@+id/monitorIcon"
android:layout_width="40dp" android:layout_width="40dp"
@ -51,7 +50,6 @@
app:tint="?vctr_notice_secondary" app:tint="?vctr_notice_secondary"
tools:ignore="MissingPrefix" /> tools:ignore="MissingPrefix" />
<TextView <TextView
android:id="@+id/app_desktop_web" android:id="@+id/app_desktop_web"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -85,7 +83,6 @@
app:barrierDirection="bottom" app:barrierDirection="bottom"
app:constraint_referenced_ids="app_ios_android,app_desktop_web" /> app:constraint_referenced_ids="app_ios_android,app_desktop_web" />
<TextView <TextView
style="@style/Widget.Vector.TextView.Caption" style="@style/Widget.Vector.TextView.Caption"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -15,7 +15,6 @@
</View> </View>
<ImageView <ImageView
android:id="@+id/overlayBackButton" android:id="@+id/overlayBackButton"
android:layout_width="44dp" android:layout_width="44dp"
@ -85,7 +84,6 @@
app:tint="?colorOnPrimary" app:tint="?colorOnPrimary"
tools:ignore="MissingPrefix" /> tools:ignore="MissingPrefix" />
<androidx.constraintlayout.widget.Group <androidx.constraintlayout.widget.Group
android:id="@+id/overlayVideoControlsGroup" android:id="@+id/overlayVideoControlsGroup"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -93,5 +93,4 @@
android:layout_height="16dp" android:layout_height="16dp"
app:layout_constraintTop_toBottomOf="@id/inviteAcceptView" /> app:layout_constraintTop_toBottomOf="@id/inviteAcceptView" />
</merge> </merge>

View File

@ -44,7 +44,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -66,7 +65,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -119,7 +117,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -141,7 +138,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -164,7 +160,6 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

View File

@ -35,7 +35,6 @@
tools:src="@drawable/ic_share" tools:src="@drawable/ic_share"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
android:id="@+id/bottomSheetActionTitle" android:id="@+id/bottomSheetActionTitle"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"

View File

@ -52,7 +52,6 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/connectedControls" android:id="@+id/connectedControls"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -93,7 +92,6 @@
app:tint="?vctr_content_primary" app:tint="?vctr_content_primary"
tools:ignore="MissingConstraints,MissingPrefix" /> tools:ignore="MissingConstraints,MissingPrefix" />
<ImageView <ImageView
android:id="@+id/videoToggleIcon" android:id="@+id/videoToggleIcon"
android:layout_width="56dp" android:layout_width="56dp"

View File

@ -29,7 +29,6 @@
android:textColor="?vctr_content_primary" android:textColor="?vctr_content_primary"
tools:text="Open a Github Issue" /> tools:text="Open a Github Issue" />
<TextView <TextView
android:id="@+id/pollResultItemPercent" android:id="@+id/pollResultItemPercent"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -36,7 +36,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/removeJitsiSlidingContainer" android:id="@+id/removeJitsiSlidingContainer"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -50,7 +49,6 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<TextView <TextView
android:id="@+id/removeJitsiSlidingTextView" android:id="@+id/removeJitsiSlidingTextView"
style="@style/Widget.Vector.TextView.Body" style="@style/Widget.Vector.TextView.Body"
@ -123,5 +121,4 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" /> app:layout_constraintStart_toStartOf="parent" />
</merge> </merge>

View File

@ -13,7 +13,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" /> android:layout_gravity="center" />
<LinearLayout <LinearLayout
android:id="@+id/errorView" android:id="@+id/errorView"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View File

@ -30,7 +30,6 @@
app:layout_constraintVertical_chainStyle="spread_inside" app:layout_constraintVertical_chainStyle="spread_inside"
tools:src="@sample/user_round_avatars" /> tools:src="@sample/user_round_avatars" />
<im.vector.app.core.ui.views.PresenceStateImageView <im.vector.app.core.ui.views.PresenceStateImageView
android:id="@+id/memberProfilePresenceImageView" android:id="@+id/memberProfilePresenceImageView"
android:layout_width="26dp" android:layout_width="26dp"

View File

@ -44,7 +44,6 @@
android:key="SETTINGS_LABS_UNREAD_NOTIFICATIONS_AS_TAB" android:key="SETTINGS_LABS_UNREAD_NOTIFICATIONS_AS_TAB"
android:title="@string/labs_show_unread_notifications_as_tab" /> android:title="@string/labs_show_unread_notifications_as_tab" />
<im.vector.app.core.preference.VectorSwitchPreference <im.vector.app.core.preference.VectorSwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="SETTINGS_LABS_USE_RESTRICTED_JOIN_RULE" android:key="SETTINGS_LABS_USE_RESTRICTED_JOIN_RULE"
@ -52,5 +51,4 @@
android:summary="@string/labs_use_restricted_join_rule_desc"/> android:summary="@string/labs_use_restricted_join_rule_desc"/>
<!--</im.vector.app.core.preference.VectorPreferenceCategory>--> <!--</im.vector.app.core.preference.VectorPreferenceCategory>-->
</androidx.preference.PreferenceScreen> </androidx.preference.PreferenceScreen>

Some files were not shown because too many files have changed in this diff Show More