Skip to content

Commit

Permalink
Fix style naming issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Oct 13, 2022
1 parent 743520a commit 7be3bd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vector/src/main/res/layout/composer_rich_text_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<io.element.android.wysiwyg.EditorEditText
android:id="@+id/composerEditText"
style="@style/Widget.Vector.EditText.Composer.RichTextComposer"
style="@style/Widget.Vector.EditText.RichTextComposer"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:nextFocusLeft="@id/composerEditText"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

<io.element.android.wysiwyg.EditorEditText
android:id="@+id/composerEditText"
style="@style/Widget.Vector.EditText.Composer.RichTextComposer"
style="@style/Widget.Vector.EditText.RichTextComposer"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/room_message_placeholder"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

<io.element.android.wysiwyg.EditorEditText
android:id="@+id/composerEditText"
style="@style/Widget.Vector.EditText.Composer.RichTextComposer"
style="@style/Widget.Vector.EditText.RichTextComposer"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/room_message_placeholder"
Expand Down

0 comments on commit 7be3bd4

Please sign in to comment.