Add new name field design.

fork-5.53.8
Alex Hart 2022-10-19 14:13:23 -03:00 zatwierdzone przez Cody Henthorne
rodzic 36206dfa9a
commit 995a4ad6ec
2 zmienionych plików z 21 dodań i 25 usunięć

Wyświetl plik

@ -1,35 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dsl_settings_gutter"
android:layout_marginEnd="@dimen/dsl_settings_gutter"
android:minHeight="96dp">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/icon"
android:layout_width="64dp"
android:layout_height="64dp"
android:background="@color/signal_background_secondary"
android:scaleType="centerInside"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Signal.Circle"
app:srcCompat="@drawable/ic_lock_40"
app:tint="@color/signal_icon_tint_primary" />
android:minHeight="96dp"
android:orientation="vertical">
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/edit_text_wrapper"
android:layout_width="0dp"
style="@style/Widget.Signal.TextInputLayout.FilledBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
app:hintEnabled="false"
app:layout_constraintBottom_toBottomOf="@id/icon"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/icon"
app:layout_constraintTop_toTopOf="@id/icon">
android:layout_marginTop="16dp"
app:layout_constraintBottom_toBottomOf="parent">
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/edit_text"
@ -44,4 +27,15 @@
</com.google.android.material.textfield.TextInputLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dsl_settings_gutter"
android:layout_marginTop="12dp"
android:layout_marginEnd="@dimen/dsl_settings_gutter"
android:layout_marginBottom="20dp"
android:text="@string/CreateStoryWithViewersFragment__only_you_can"
android:textAppearance="@style/Signal.Text.BodyMedium"
android:textColor="@color/signal_colorOnSurfaceVariant" />
</LinearLayout>

Wyświetl plik

@ -5033,6 +5033,8 @@
</plurals>
<!-- Name story screen title -->
<string name="CreateStoryWithViewersFragment__name_story">Name story</string>
<!-- Name story screen note under text field -->
<string name="CreateStoryWithViewersFragment__only_you_can">Only you can see the name of this story.</string>
<!-- Name story screen label hint -->
<string name="CreateStoryWithViewersFragment__story_name_required">Story name (required)</string>
<!-- Name story screen viewers subheading -->