mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 11:48:34 +00:00
Conversation input light theme fixes.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:textAlignment="viewStart"
|
||||
android:layout_weight="1"
|
||||
android:textColorHint="#99FFFFFF"
|
||||
android:textColorHint="?android:attr/textColorHint"
|
||||
android:textSize="@dimen/small_font_size"
|
||||
android:nextFocusForward="@+id/send_button"
|
||||
android:nextFocusRight="@+id/send_button"
|
||||
@@ -199,7 +199,7 @@
|
||||
android:id="@+id/send_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerInside"
|
||||
android:scaleType="fitXY"
|
||||
android:contentDescription="@string/conversation_activity__send"
|
||||
android:nextFocusLeft="@+id/embedded_text_editor"
|
||||
android:src="?conversation_transport_sms_indicator"
|
||||
|
Reference in New Issue
Block a user