mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Rename a last time some style: M -> Medium
This commit is contained in:
parent
4178f39226
commit
5e9b4e77bf
43 changed files with 59 additions and 59 deletions
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue