From 08eda577efe1f0e5ff0429cc0fc208b06aeb3418 Mon Sep 17 00:00:00 2001 From: tom79 Date: Sat, 18 May 2019 12:44:44 +0200 Subject: Fix divider issue --- app/src/main/res/layout/drawer_status.xml | 1431 +++++++++++---------- app/src/main/res/layout/drawer_status_compact.xml | 2 + 2 files changed, 721 insertions(+), 712 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml index 3ea85c2f6..a9adf8b53 100644 --- a/app/src/main/res/layout/drawer_status.xml +++ b/app/src/main/res/layout/drawer_status.xml @@ -27,847 +27,854 @@ android:layout_marginEnd="5dp" android:layout_marginLeft="5dp" android:layout_marginRight="5dp" - android:orientation="horizontal" + android:orientation="vertical" + android:divider="?android:dividerHorizontal" + android:showDividers="end" > - - - - - + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + + android:layout_width="50dp" + android:layout_height="50dp" + android:layout_marginTop="5dp" + android:layout_centerHorizontal="true" + android:id="@+id/status_account_profile" + android:contentDescription="@string/profile_picture"/> + android:id="@+id/conversation_pp" + android:visibility="gone" + android:layout_centerHorizontal="true" + android:layout_width="50dp" + android:layout_height="50dp" + android:orientation="horizontal"> + android:id="@+id/conversation_pp_2_container" + android:orientation="vertical" + > - + + + + - - - - - - - + + android:id="@+id/status_account_profile_boost" + android:contentDescription="@string/profile_picture"/> - - + android:id="@+id/status_account_profile_boost_by" + android:layout_height="30dp" + android:layout_width="30dp" + android:layout_alignParentEnd="true" + android:layout_alignParentRight="true" + android:layout_marginTop="25dp" + style="?attr/shapeBorder" + android:visibility="gone" + android:contentDescription="@string/profile_picture" /> + android:visibility="gone" + android:layout_width="15dp" + android:layout_height="15dp" + android:layout_marginTop="5dp" + android:layout_alignParentTop="true" + android:layout_alignParentLeft="true" + android:src="@drawable/ic_bot" + android:id="@+id/status_account_bot" + android:layout_alignParentStart="true" /> + + + + + + + + + + + + android:id="@+id/status_remove" + android:gravity="center" + android:visibility="gone" + android:layout_gravity="center_horizontal" + android:layout_width="20dp" + android:layout_height="20dp" + android:contentDescription="@string/delete" + android:src="@drawable/ic_clear_toot" + android:layout_marginTop="5dp" + /> - - - - - - - - - - -