Skip to content

Commit

Permalink
Change layout as put conversation arrow in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Dec 22, 2013
1 parent 5e4b277 commit 022d890
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -122,14 +122,6 @@
android:adjustViewBounds="true"
android:orientation="vertical">

<ImageView
android:id="@+id/conversationToggle"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:paddingRight="4dp"
android:layout_gravity="right|bottom"
style="?attr/ic_action_expand"/>

<RelativeLayout
android:id="@+id/preview_image_container"
android:layout_width="@dimen/image_preview_width"
Expand All @@ -155,6 +147,14 @@

</RelativeLayout>

<ImageView
android:id="@+id/conversationToggle"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:paddingRight="4dp"
android:layout_gravity="right|bottom"
style="?attr/ic_action_expand"/>

</LinearLayout>

<RelativeLayout
Expand Down

0 comments on commit 022d890

Please sign in to comment.