mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-28 23:50:46 +00:00
Make new private chat screen edit text work with multiple lines
This commit is contained in:
parent
1cca9c47b6
commit
97491bb824
@ -12,10 +12,14 @@
|
|||||||
style="@style/SessionEditText"
|
style="@style/SessionEditText"
|
||||||
android:id="@+id/publicKeyEditText"
|
android:id="@+id/publicKeyEditText"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="80dp"
|
||||||
android:layout_marginLeft="@dimen/large_spacing"
|
android:layout_marginLeft="@dimen/large_spacing"
|
||||||
android:layout_marginTop="@dimen/large_spacing"
|
android:layout_marginTop="@dimen/large_spacing"
|
||||||
android:layout_marginRight="@dimen/large_spacing"
|
android:layout_marginRight="@dimen/large_spacing"
|
||||||
|
android:paddingTop="0dp"
|
||||||
|
android:paddingBottom="0dp"
|
||||||
|
android:maxLines="2"
|
||||||
|
android:gravity="center_vertical"
|
||||||
android:hint="@string/fragment_enter_public_key_edit_text_hint" />
|
android:hint="@string/fragment_enter_public_key_edit_text_hint" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -12,10 +12,14 @@
|
|||||||
style="@style/SmallSessionEditText"
|
style="@style/SmallSessionEditText"
|
||||||
android:id="@+id/publicKeyEditText"
|
android:id="@+id/publicKeyEditText"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="54dp"
|
||||||
android:layout_marginLeft="@dimen/large_spacing"
|
android:layout_marginLeft="@dimen/large_spacing"
|
||||||
android:layout_marginTop="@dimen/large_spacing"
|
android:layout_marginTop="@dimen/large_spacing"
|
||||||
android:layout_marginRight="@dimen/large_spacing"
|
android:layout_marginRight="@dimen/large_spacing"
|
||||||
|
android:paddingTop="0dp"
|
||||||
|
android:paddingBottom="0dp"
|
||||||
|
android:maxLines="2"
|
||||||
|
android:gravity="center_vertical"
|
||||||
android:hint="@string/fragment_enter_public_key_edit_text_hint" />
|
android:hint="@string/fragment_enter_public_key_edit_text_hint" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user