Skip to content
Snippets Groups Projects
Commit 52255fc7 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Modified the nicklist mode layout to handle multi-mode better

parent 06d7bc8d
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,15 @@ ...@@ -32,11 +32,15 @@
<TextView <TextView
android:id="@+id/mode" android:id="@+id/mode"
android:layout_width="36dp" android:layout_width="wrap_content"
android:layout_height="36dp" android:layout_height="match_parent"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:background="@drawable/badge" android:background="@drawable/badge"
android:fontFamily="monospace"
android:gravity="center" android:gravity="center"
android:minWidth="40dp"
android:textColor="?colorBackground" android:textColor="?colorBackground"
tools:text="\@"/> tools:text="\@"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment