kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
minor adjustments, reformat & contentDescription added to messages_fragment.xml
rodzic
781b972c71
commit
615f202583
|
@ -33,8 +33,8 @@
|
||||||
android:id="@+id/messageInputText"
|
android:id="@+id/messageInputText"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:maxLength="200"
|
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
|
android:maxLength="200"
|
||||||
android:text="" />
|
android:text="" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
@ -42,15 +42,12 @@
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/sendButton"
|
android:id="@+id/sendButton"
|
||||||
android:layout_width="64dp"
|
android:layout_width="64dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="64dp"
|
||||||
android:layout_weight="1"
|
android:layout_marginBottom="4dp"
|
||||||
android:layout_marginTop="8dp"
|
android:contentDescription="@string/send_text"
|
||||||
android:layout_marginEnd="8dp"
|
|
||||||
android:layout_marginBottom="8dp"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/textInputLayout"
|
app:layout_constraintStart_toEndOf="@+id/textInputLayout"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/messageListView"
|
|
||||||
app:srcCompat="@drawable/ic_send_24" />
|
app:srcCompat="@drawable/ic_send_24" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
Ładowanie…
Reference in New Issue