Skip to content

Commit

Permalink
Merge pull request #65 from TheInsightDevelopers/Text_selectable&size…
Browse files Browse the repository at this point in the history
…_box

Fixes #63 and #64
  • Loading branch information
E13ctron authored Apr 20, 2021
2 parents 8aaf35f + 822e202 commit 7f9b97c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_forumn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/message_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="80dp"
android:layout_marginTop="10dp"
android:layout_marginRight="20dp"
android:layout_marginBottom="20dp"
android:hint="@string/forum_message"
android:padding="10dp"
android:textAlignment="center"
android:textColor="@color/black"
app:layout_constraintTop_toBottomOf="@id/chat_recycler"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" />

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/forum_custom_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Sender"
android:textIsSelectable="true"
android:textColor="@color/grey"
android:textSize="18sp" />

Expand All @@ -36,6 +37,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:textIsSelectable="true"
android:text="message"
android:textSize="15sp" />
</LinearLayout>
Expand Down

0 comments on commit 7f9b97c

Please sign in to comment.