UI fixes.
This commit is contained in:
parent
d4a0659483
commit
0838cbaf03
|
@ -49,9 +49,11 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/messageContentView"
|
||||
style="@style/TimelineContentStubBaseParams"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@+id/messageMemberNameView"
|
||||
app:layout_constraintTop_toBottomOf="@+id/messageMemberNameView"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<item
|
||||
android:id="@+id/search"
|
||||
android:title="@string/search"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/video_call"
|
||||
|
|
Loading…
Reference in New Issue