Add some missing style. Default is not workong (?)

This commit is contained in:
Benoit Marty 2021-06-15 19:00:07 +02:00
parent 06cbbbe1e8
commit a67f8ca4dc
58 changed files with 106 additions and 2 deletions

View file

@ -36,11 +36,12 @@
<TextView
android:id="@+id/videoMediaViewerErrorView"
style="@style/VectorTextView.Subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_margin="16dp"
android:textSize="16sp"
android:textColor="?colorError"
android:visibility="gone"
tools:text="Error"
tools:visibility="visible" />

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.vector.lib.ui.styles">
<application>
<application android:theme="@style/AppTheme.Light">
<activity
android:name=".debug.DebugMaterialThemeLightDefaultActivity"
android:theme="@style/VectorMaterialThemeDebugLight" />

View file

@ -9,6 +9,7 @@
<TextView
android:id="@+id/message"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="${fragmentClass}"

View file

@ -26,6 +26,7 @@
<TextView
android:id="@+id/bug_report_progress_text_view"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
@ -63,6 +64,7 @@
<TextView
android:id="@+id/bug_report_first_text"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
@ -101,6 +103,7 @@
<TextView
android:id="@+id/bug_report_logs_description"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"

View file

@ -60,6 +60,7 @@
<TextView
android:id="@+id/callTransferConsultTitle"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"

View file

@ -36,6 +36,7 @@
<TextView
android:id="@+id/inviterText"
style="@style/VectorTextView.Subtitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
@ -48,6 +49,7 @@
<TextView
android:id="@+id/inviterMxid"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -23,6 +23,7 @@
<TextView
android:id="@+id/bottom_sheet_signout_warning_text"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"
@ -62,6 +63,7 @@
<TextView
android:id="@+id/backupStatusText"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -42,6 +42,7 @@
<TextView
android:id="@+id/composerRelatedMessageTitle"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="8dp"
@ -67,6 +68,7 @@
<TextView
android:id="@+id/composerRelatedMessageContent"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:ellipsize="end"

View file

@ -17,6 +17,7 @@
android:padding="16dp">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_background_fdroid_sync_mode_battery"
@ -24,6 +25,7 @@
android:textStyle="bold" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -41,6 +43,7 @@
android:padding="16dp">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/settings_background_fdroid_sync_mode_real_time"
@ -48,6 +51,7 @@
android:textStyle="bold" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -65,6 +69,7 @@
android:padding="16dp">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_background_fdroid_sync_mode_disabled"
@ -72,6 +77,7 @@
android:textStyle="bold" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"

View file

@ -12,6 +12,7 @@
<TextView
android:id="@+id/dialogConfirmationText"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"

View file

@ -13,12 +13,14 @@
android:paddingEnd="?dialogPreferredPadding">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="@string/encryption_information_verify_device_warning" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
@ -27,11 +29,13 @@
<TextView
android:id="@+id/encrypted_device_info_device_name"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="a device name" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
@ -40,11 +44,13 @@
<TextView
android:id="@+id/encrypted_device_info_device_id"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="a device id" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
@ -53,11 +59,13 @@
<TextView
android:id="@+id/encrypted_device_info_device_key"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="a device key" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:drawablePadding="16dp"

View file

@ -14,6 +14,7 @@
android:paddingEnd="?dialogPreferredPadding">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"

View file

@ -13,6 +13,7 @@
android:paddingEnd="?dialogPreferredPadding">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp"
@ -20,6 +21,7 @@
<TextView
android:id="@+id/ssl_explanation"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp"
@ -27,6 +29,7 @@
<TextView
android:id="@+id/ssl_user_id"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="6dp"
@ -34,6 +37,7 @@
<TextView
android:id="@+id/ssl_fingerprint_title"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp"
@ -41,12 +45,14 @@
<TextView
android:id="@+id/ssl_fingerprint"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
tools:text="07 89 7A A0 30 82 99 95 E6 17 5D 1F 34 5D 8D 0C 67 82 63 1C 1F 57 20 75 42 91 F7 8B 28 03 54 A2" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dp"

View file

@ -46,10 +46,12 @@
android:layout_height="wrap_content"
android:text="@string/use_file"
app:icon="@drawable/ic_file"
tools:ignore="MissingPrefix"
tools:visibility="visible" />
<TextView
android:id="@+id/bootstrapMigrateForgotPassphrase"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"

View file

@ -11,6 +11,7 @@
<TextView
android:id="@+id/deactivateAccountContent"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/deactivate_account_content"

View file

@ -77,6 +77,7 @@
<TextView
android:id="@+id/keys_restore_key_help_with_link"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"

View file

@ -74,6 +74,7 @@
<TextView
android:id="@+id/helperTextWithLink"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"

View file

@ -39,6 +39,7 @@
<TextView
android:id="@+id/keys_backup_setup_step1_description"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
@ -65,6 +66,7 @@
<TextView
android:id="@+id/keys_backup_setup_step1_advanced_option_text"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"

View file

@ -120,6 +120,7 @@
<TextView
android:id="@+id/keys_backup_setup_step2_recovery_key_alternative"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -199,6 +199,7 @@
<TextView
android:id="@+id/loginSplashVersion"
style="@style/VectorTextView.Caption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?vctr_content_secondary"

View file

@ -216,6 +216,7 @@
<TextView
android:id="@+id/loginSplashVersion"
style="@style/VectorTextView.Caption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?vctr_content_secondary"

View file

@ -81,11 +81,13 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/matrixToAccessText"
app:tint="?vctr_content_secondary"
tools:ignore="MissingPrefix"
tools:src="@drawable/ic_public_room"
tools:visibility="visible" />
<TextView
android:id="@+id/matrixToAccessText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
@ -131,6 +133,7 @@
<TextView
android:id="@+id/spaceChildMemberCountText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"

View file

@ -63,6 +63,7 @@
<TextView
android:id="@+id/roomToolbarSubtitleView"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -40,6 +40,7 @@
<TextView
android:id="@+id/widgetErrorText"
style="@style/VectorTextView.Subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"

View file

@ -30,6 +30,7 @@
<TextView
android:id="@+id/troubleshoot_summ_title"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
@ -41,6 +42,7 @@
<TextView
android:id="@+id/toubleshoot_summ_description"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -30,6 +30,7 @@
<TextView
android:id="@+id/ssss_reset_all_description"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -6,6 +6,7 @@
<TextView
android:id="@+id/section_header_textview"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"

View file

@ -21,6 +21,7 @@
<TextView
android:id="@+id/messageStatusText"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"

View file

@ -40,6 +40,7 @@
<TextView
android:id="@+id/itemDeviceDisplayName"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?vctr_content_primary"
@ -56,6 +57,7 @@
<TextView
android:id="@+id/itemDeviceId"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
@ -74,6 +76,7 @@
<TextView
android:id="@+id/itemDeviceLastSeen"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?vctr_content_primary"

View file

@ -38,6 +38,7 @@
<TextView
android:id="@+id/item_emoji_keyword"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="2"

View file

@ -35,6 +35,7 @@
<TextView
android:id="@+id/item_emoji_name_tv"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"

View file

@ -9,6 +9,7 @@
<TextView
android:id="@+id/itemErrorRetryText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?colorError"

View file

@ -8,6 +8,7 @@
<TextView
android:id="@+id/itemGenericFooterText"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"

View file

@ -24,6 +24,7 @@
<TextView
android:id="@+id/item_generic_title_text"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
@ -46,6 +47,7 @@
<TextView
android:id="@+id/item_generic_description_text"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -20,6 +20,7 @@
<TextView
android:id="@+id/itemGenericPillText"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -24,6 +24,7 @@
<TextView
android:id="@+id/localeSubtitle"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/layout_horizontal_margin"

View file

@ -11,6 +11,7 @@
<TextView
android:id="@+id/itemLoginErrorRetryText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/itemNoResultText"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:colorBackground"

View file

@ -41,6 +41,7 @@
<TextView
android:id="@+id/troubleshootTestDescription"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -18,6 +18,7 @@
<TextView
android:id="@+id/pushGatewayAppId"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -27,6 +28,7 @@
<TextView
android:id="@+id/pushGatewayAppIdValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
@ -35,6 +37,7 @@
<TextView
android:id="@+id/pushGatewayKey"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -44,6 +47,7 @@
<TextView
android:id="@+id/pushGatewayKeyValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
@ -52,6 +56,7 @@
<TextView
android:id="@+id/pushGatewayAppName"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -61,6 +66,7 @@
<TextView
android:id="@+id/pushGatewayAppNameValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
@ -69,6 +75,7 @@
<TextView
android:id="@+id/pushGatewayDeviceName"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -78,6 +85,7 @@
<TextView
android:id="@+id/pushGatewayDeviceNameValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
@ -87,6 +95,7 @@
<TextView
android:id="@+id/pushGatewayURL"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -95,6 +104,7 @@
<TextView
android:id="@+id/pushGatewayURLValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
@ -103,6 +113,7 @@
<TextView
android:id="@+id/pushGatewayFormat"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -112,6 +123,7 @@
<TextView
android:id="@+id/pushGatewayFormatValue"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"

View file

@ -16,6 +16,7 @@
<TextView
android:id="@+id/pushRuleId"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@ -25,6 +26,7 @@
<TextView
android:id="@+id/pushRuleDescription"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"

View file

@ -50,6 +50,7 @@
<TextView
android:id="@+id/messageContentView"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"

View file

@ -87,6 +87,7 @@
<TextView
android:id="@+id/spaceChildMemberCountText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"

View file

@ -21,6 +21,7 @@
<TextView
android:id="@+id/spaceSummaryMemberCountText"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -19,6 +19,7 @@
<TextView
android:id="@+id/codeBlockEditedView"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp" />

View file

@ -7,6 +7,7 @@
<TextView
android:id="@+id/roomCreateItemDescription"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -41,6 +41,7 @@
<!-- the media -->
<TextView
android:id="@+id/messageFilenameView"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"

View file

@ -126,6 +126,7 @@
android:src="@drawable/ic_add_people" />
<TextView
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"

View file

@ -16,6 +16,7 @@
<TextView
android:id="@+id/term_name"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingStart="8dp"
@ -29,6 +30,7 @@
<TextView
android:id="@+id/term_description"
style="@style/VectorTextView.Body"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingStart="8dp"

View file

@ -12,6 +12,7 @@
<TextView
android:id="@+id/use_latest_riot"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
@ -53,6 +54,7 @@
<TextView
android:id="@+id/app_desktop_web"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
@ -65,6 +67,7 @@
<TextView
android:id="@+id/app_ios_android"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"

View file

@ -43,6 +43,7 @@
<TextView
android:id="@+id/waitingStatusText"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"

View file

@ -19,6 +19,7 @@
<TextView
android:id="@android:id/title"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
@ -29,6 +30,7 @@
<TextView
android:id="@android:id/summary"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/title"

View file

@ -9,6 +9,7 @@
<TextView
android:id="@+id/activeConferenceInfo"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toStartOf="@id/deleteWidgetButton"

View file

@ -9,6 +9,7 @@
<TextView
android:id="@+id/jumpToReadMarkerLabelView"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toStartOf="@+id/closeJumpToReadMarkerView"

View file

@ -24,6 +24,7 @@
<TextView
android:id="@+id/roomNotificationMessage"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"

View file

@ -23,6 +23,7 @@
<TextView
android:id="@+id/activeWidgetsViewAction"
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"

View file

@ -26,6 +26,7 @@
<TextView
android:id="@+id/syncStateNoNetwork"
style="@style/VectorTextView.Body"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorError"
@ -46,6 +47,7 @@
tools:visibility="visible">
<TextView
style="@style/VectorTextView.Body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"