summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_status.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index dfff4fec1..afcf4bd9d 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -128,12 +128,13 @@
android:contentDescription="@string/profile_picture" />
<ImageView
android:visibility="gone"
- android:layout_width="15dp"
- android:layout_height="15dp"
- android:layout_marginTop="5dp"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:padding="2dp"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:src="@drawable/ic_bot"
+ android:background="@drawable/bot_background_round_corner"
android:id="@+id/status_account_bot"
android:layout_alignParentStart="true" />
</RelativeLayout>