|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/conversationRecyclerView"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintVertical_bias="0"
|
|
|
|
|
android:theme="@style/Widget.Session.ActionBar.Flat"
|
|
|
|
|
android:background="?colorPrimary"
|
|
|
|
|
app:contentInsetStart="0dp">
|
|
|
|
@ -39,7 +40,7 @@
|
|
|
|
|
app:layout_constraintVertical_weight="1"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/typingIndicatorViewContainer"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/toolbar" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/outdatedGroupBanner" />
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.components.TypingIndicatorViewContainer
|
|
|
|
|
android:focusable="false"
|
|
|
|
@ -270,38 +271,21 @@
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/outdatedGroupBanner"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/blockedBanner"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/outdatedDisappearingBanner"
|
|
|
|
|
android:background="@color/outdated_client_banner_background_color"
|
|
|
|
|
android:paddingHorizontal="2dp"
|
|
|
|
|
android:paddingVertical="@dimen/very_small_spacing"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:paddingHorizontal="@dimen/medium_spacing"
|
|
|
|
|
android:contentDescription="@string/AccessibilityId_outdated_group_banner"
|
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/outdatedBannerTextView"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginVertical="@dimen/very_small_spacing"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/large_spacing"
|
|
|
|
|
android:textSize="@dimen/tiny_font_size"
|
|
|
|
|
android:text="@string/groupLegacyBanner"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_gravity="end|center_vertical"
|
|
|
|
|
android:layout_margin="@dimen/small_spacing"
|
|
|
|
|
android:layout_width="@dimen/medium_spacing"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="@drawable/ic_link_out"/>
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
android:textSize="@dimen/tiny_font_size"
|
|
|
|
|
tools:text="@string/groupLegacyBanner"
|
|
|
|
|
app:drawableEndCompat="@drawable/ic_link_out" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:padding="@dimen/medium_spacing"
|
|
|
|
@ -312,7 +296,7 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/large_spacing"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/outdatedDisappearingBanner"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/outdatedGroupBanner"
|
|
|
|
|
android:contentDescription="@string/AccessibilityId_control_message"
|
|
|
|
|
tools:text="Some Control Message Text"
|
|
|
|
|
/>
|
|
|
|
@ -383,10 +367,11 @@
|
|
|
|
|
|
|
|
|
|
<androidx.compose.ui.platform.ComposeView
|
|
|
|
|
android:id="@+id/dialog_open_url"
|
|
|
|
|
tools:visibility="gone"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/loader"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
@ -399,10 +384,10 @@
|
|
|
|
|
style="@style/SpinKitView.Large.ThreeBounce"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
app:SpinKit_Color="@android:color/white" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|