forked from mirror/monocles_chat
keyboard button and thread icon too
This commit is contained in:
parent
e960746fec
commit
5687d517d9
2 changed files with 10 additions and 8 deletions
|
@ -252,8 +252,9 @@
|
|||
android:layout_height="26dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignBottom="@+id/textinput_layout_new"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginBottom="7dp"
|
||||
android:visibility="visible"
|
||||
android:background="@drawable/thread_hint">
|
||||
|
||||
|
@ -280,12 +281,12 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/keyboardButton"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_toEndOf="@+id/thread_identicon_layout"
|
||||
android:layout_toRightOf="@+id/thread_identicon_layout"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignBottom="@+id/textinput_layout_new"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/show_keyboard"
|
||||
android:src="?attr/ic_keyboard_button"
|
||||
|
|
|
@ -241,8 +241,9 @@
|
|||
android:layout_height="26dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignBottom="@+id/textinput_layout_new"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginBottom="7dp"
|
||||
android:visibility="visible"
|
||||
android:background="@drawable/thread_hint">
|
||||
|
||||
|
@ -269,12 +270,12 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/keyboardButton"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_toEndOf="@+id/thread_identicon_layout"
|
||||
android:layout_toRightOf="@+id/thread_identicon_layout"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignBottom="@+id/textinput_layout_new"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/show_keyboard"
|
||||
android:src="?attr/ic_keyboard_button"
|
||||
|
|
Loading…
Reference in a new issue