mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 10:42:20 +00:00
Conversation styling and coloring improvements.
This commit is contained in:
@@ -95,13 +95,11 @@
|
||||
android:layout_height="@dimen/conversation_compose_height" />
|
||||
|
||||
<org.thoughtcrime.securesms.components.ComposeText
|
||||
style="@style/ComposeEditText"
|
||||
style="@style/Widget.EditText.Compose"
|
||||
android:id="@+id/mediasend_compose_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:textSize="@dimen/small_font_size"
|
||||
android:textCursorDrawable="@drawable/session_edit_text_cursor"
|
||||
android:layout_weight="1"
|
||||
android:nextFocusForward="@+id/send_button"
|
||||
android:nextFocusRight="@+id/send_button"
|
||||
|
||||
Reference in New Issue
Block a user