|
|
|
@ -45,15 +45,22 @@
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/body_bubble"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_toStartOf="@+id/indicators_parent"
|
|
|
|
|
android:layout_alignWithParentIfMissing="true"
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:clipChildren="false">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/body_bubble"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="@dimen/massive_spacing"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:paddingTop="@dimen/medium_spacing"
|
|
|
|
|
android:paddingBottom="@dimen/medium_spacing"
|
|
|
|
|
android:layout_toStartOf="@+id/indicators_parent"
|
|
|
|
|
android:layout_alignWithParentIfMissing="true"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:clipChildren="false"
|
|
|
|
@ -201,6 +208,8 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.AlertView
|
|
|
|
|
android:id="@+id/indicators_parent"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
@ -210,4 +219,5 @@
|
|
|
|
|
android:gravity="center_vertical"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
</org.thoughtcrime.securesms.conversation.ConversationItem>
|