Fix banner position issues.
This commit is contained in:
parent
2282cd12d7
commit
b35c96b0b6
1 changed files with 24 additions and 21 deletions
|
@ -42,27 +42,6 @@
|
||||||
android:gravity="bottom"
|
android:gravity="bottom"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<ViewStub
|
|
||||||
android:id="@+id/review_banner_stub"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:inflatedId="@+id/review_banner"
|
|
||||||
android:layout="@layout/review_banner_view" />
|
|
||||||
|
|
||||||
<ViewStub
|
|
||||||
android:id="@+id/unverified_banner_stub"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:inflatedId="@+id/unverified_banner"
|
|
||||||
android:layout="@layout/conversation_activity_unverified_banner_stub" />
|
|
||||||
|
|
||||||
<ViewStub
|
|
||||||
android:id="@+id/reminder_stub"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:inflatedId="@+id/reminder"
|
|
||||||
android:layout="@layout/conversation_activity_reminderview_stub" />
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
|
@ -215,6 +194,30 @@
|
||||||
|
|
||||||
</org.thoughtcrime.securesms.util.views.DarkOverflowToolbar>
|
</org.thoughtcrime.securesms.util.views.DarkOverflowToolbar>
|
||||||
|
|
||||||
|
<ViewStub
|
||||||
|
android:id="@+id/review_banner_stub"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:inflatedId="@+id/review_banner"
|
||||||
|
android:layout="@layout/review_banner_view"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/toolbar"/>
|
||||||
|
|
||||||
|
<ViewStub
|
||||||
|
android:id="@+id/unverified_banner_stub"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:inflatedId="@+id/unverified_banner"
|
||||||
|
android:layout="@layout/conversation_activity_unverified_banner_stub"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/review_banner_stub"/>
|
||||||
|
|
||||||
|
<ViewStub
|
||||||
|
android:id="@+id/reminder_stub"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:inflatedId="@+id/reminder"
|
||||||
|
android:layout="@layout/conversation_activity_reminderview_stub"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/unverified_banner_stub"/>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/conversation_toolbar_shadow"
|
android:id="@+id/conversation_toolbar_shadow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Add table
Reference in a new issue