Rename a last time some style: M -> Medium

This commit is contained in:
Benoit Marty 2021-06-16 09:02:03 +02:00
parent 4178f39226
commit 5e9b4e77bf
43 changed files with 59 additions and 59 deletions

View file

@ -13,13 +13,13 @@
android:text="TextAppearance.Vector.Title\nline 2" />
<TextView
style="@style/TextView.Vector.Title.M"
style="@style/TextView.Vector.Title.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextAppearance.Vector.Title.M\nline 2" />
android:text="TextAppearance.Vector.Title.Medium\nline 2" />
<TextView
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextAppearance.Vector.Headline.Medium\nline 2" />
@ -31,10 +31,10 @@
android:text="TextAppearance.Vector.Subtitle\nline 2" />
<TextView
style="@style/TextView.Vector.Subtitle.M"
style="@style/TextView.Vector.Subtitle.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextAppearance.Vector.Subtitle.M\nline 2" />
android:text="TextAppearance.Vector.Subtitle.Medium\nline 2" />
<TextView
style="@style/TextView.Vector.Body"
@ -43,10 +43,10 @@
android:text="TextAppearance.Vector.Body\nline 2" />
<TextView
style="@style/TextView.Vector.Body.M"
style="@style/TextView.Vector.Body.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextAppearance.Vector.Body.M\nline 2" />
android:text="TextAppearance.Vector.Body.Medium\nline 2" />
<TextView
style="@style/TextView.Vector.Caption"

View file

@ -9,11 +9,11 @@
<item name="lineHeight">32sp</item>
</style>
<style name="TextView.Vector.Title.M">
<item name="android:textAppearance">@style/TextAppearance.Vector.Title.M</item>
<style name="TextView.Vector.Title.Medium">
<item name="android:textAppearance">@style/TextAppearance.Vector.Title.Medium</item>
</style>
<style name="TextView.Vector.HeadlineM">
<style name="TextView.Vector.HeadlineMedium">
<item name="android:textAppearance">@style/TextAppearance.Vector.Headline.Medium</item>
</style>
@ -21,8 +21,8 @@
<item name="android:textAppearance">@style/TextAppearance.Vector.Subtitle</item>
</style>
<style name="TextView.Vector.Subtitle.M">
<item name="android:textAppearance">@style/TextAppearance.Vector.Subtitle.M</item>
<style name="TextView.Vector.Subtitle.Medium">
<item name="android:textAppearance">@style/TextAppearance.Vector.Subtitle.Medium</item>
</style>
<style name="TextView.Vector.Body">
@ -30,8 +30,8 @@
<item name="lineHeight">20sp</item>
</style>
<style name="TextView.Vector.Body.M">
<item name="android:textAppearance">@style/TextAppearance.Vector.Body.M</item>
<style name="TextView.Vector.Body.Medium">
<item name="android:textAppearance">@style/TextAppearance.Vector.Body.Medium</item>
</style>
<style name="TextView.Vector.Caption">

View file

@ -13,7 +13,7 @@
<item name="android:textColor">?vctr_content_primary</item>
</style>
<style name="TextAppearance.Vector.Title.M">
<style name="TextAppearance.Vector.Title.Medium">
<item name="fontFamily">sans-serif-medium</item>
<item name="android:fontFamily">sans-serif-medium</item>
</style>
@ -34,7 +34,7 @@
<item name="android:textColor">?vctr_content_secondary</item>
</style>
<style name="TextAppearance.Vector.Subtitle.M">
<style name="TextAppearance.Vector.Subtitle.Medium">
<item name="fontFamily">sans-serif-medium</item>
<item name="android:fontFamily">sans-serif-medium</item>
</style>
@ -48,7 +48,7 @@
<item name="android:textColor">?vctr_content_primary</item>
</style>
<style name="TextAppearance.Vector.Body.M">
<style name="TextAppearance.Vector.Body.Medium">
<item name="fontFamily">sans-serif-medium</item>
<item name="android:fontFamily">sans-serif-medium</item>
</style>

View file

@ -31,7 +31,7 @@
<TextView
android:id="@+id/bootstrapTitleText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -16,7 +16,7 @@
<TextView
android:id="@+id/callDialPadTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"

View file

@ -11,7 +11,7 @@
android:paddingBottom="8dp">
<TextView
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"

View file

@ -11,7 +11,7 @@
<TextView
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"

View file

@ -10,7 +10,7 @@
android:paddingBottom="8dp">
<TextView
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/keys_backup_setup_step3_copy_button_title"

View file

@ -38,7 +38,7 @@
<TextView
android:id="@+id/otherUserNameText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -34,7 +34,7 @@
<TextView
android:id="@+id/bootstrapTitleText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -43,7 +43,7 @@
<TextView
android:id="@+id/phoneBookTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -43,7 +43,7 @@
<TextView
android:id="@+id/createDirectRoomTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -40,7 +40,7 @@
<TextView
android:id="@+id/createRoomTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -77,7 +77,7 @@
<TextView
android:id="@+id/groupToolbarTitleView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"

View file

@ -21,7 +21,7 @@
<TextView
android:id="@+id/success_text"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"

View file

@ -25,7 +25,7 @@
<TextView
android:id="@+id/keys_backup_setup_step1_title"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"

View file

@ -15,7 +15,7 @@
<TextView
android:id="@+id/keys_backup_setup_step2_text_title"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"

View file

@ -27,7 +27,7 @@
<TextView
android:id="@+id/keys_backup_setup_step3_success_title"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"

View file

@ -71,7 +71,7 @@
<TextView
android:id="@+id/matrixProfileToolbarTitleView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -37,7 +37,7 @@
<TextView
android:id="@+id/appBarTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"

View file

@ -46,7 +46,7 @@
<TextView
android:id="@+id/roomToolbarTitleView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -39,7 +39,7 @@
<TextView
android:id="@+id/roomPreviewNoPreviewToolbarTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -48,7 +48,7 @@
<TextView
android:id="@+id/roomSettingsToolbarTitleView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -46,7 +46,7 @@
<TextView
android:id="@+id/roomUploadsToolbarTitleView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -35,7 +35,7 @@
<TextView
android:id="@+id/appBarTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"

View file

@ -13,7 +13,7 @@
<TextView
android:id="@+id/headerText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"

View file

@ -41,7 +41,7 @@
<TextView
android:id="@+id/roomPreviewNoPreviewToolbarTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -25,7 +25,7 @@
<TextView
android:id="@+id/ssss_restore_with_key"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -27,7 +27,7 @@
<TextView
android:id="@+id/ssss_restore_with_passphrase"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
@ -98,7 +98,7 @@
<TextView
android:id="@+id/ssss_passphrase_or"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"

View file

@ -12,7 +12,7 @@
<TextView
android:id="@+id/reset_title"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View file

@ -39,7 +39,7 @@
<TextView
android:id="@+id/showUserCodeTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -43,7 +43,7 @@
<TextView
android:id="@+id/userDirectoryTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -38,7 +38,7 @@
<TextView
android:id="@+id/userListTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -12,7 +12,7 @@
<TextView
android:id="@+id/itemBottomSheetTitleTitle"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:textColor="?vctr_content_primary"

View file

@ -23,7 +23,7 @@
<TextView
android:id="@+id/itemHelpText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"

View file

@ -8,7 +8,7 @@
<TextView
android:id="@+id/pushGatewayKind"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"

View file

@ -9,7 +9,7 @@
<TextView
android:id="@+id/itemRoomAliasHash"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/layout_horizontal_margin"
@ -42,7 +42,7 @@
<TextView
android:id="@+id/itemRoomAliasHomeServer"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/layout_horizontal_margin"

View file

@ -2,7 +2,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/settings_section_title_text"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?vctr_header_background"

View file

@ -12,7 +12,7 @@
<TextView
android:id="@+id/itemSimpleReactionInfoKey"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"

View file

@ -2,7 +2,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/userDirectoryLetterView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -2,7 +2,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/userListHeaderView"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View file

@ -31,7 +31,7 @@
<TextView
android:id="@+id/view_keys_backup_banner_text_1"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="27dp"

View file

@ -32,7 +32,7 @@
<TextView
android:id="@+id/actionTitleText"
style="@style/TextView.Vector.HeadlineM"
style="@style/TextView.Vector.HeadlineMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"