mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Move session counts to upper left
This commit is contained in:
parent
c9c8175391
commit
d5911f8a51
1 changed files with 4 additions and 3 deletions
|
@ -62,9 +62,10 @@
|
|||
android:id="@+id/tvSessions"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:singleLine="false"
|
||||
android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
|
||||
android:textSize="10sp" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue