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
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
android:layout_width="match_parent"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,9 +1,7 @@
<?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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"

View file

@ -1,10 +1,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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
@ -94,7 +92,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/callToolbar"
android:layout_width="match_parent"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
<?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 -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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