Commit 987b545c authored by Mygod's avatar Mygod

Fix missing padding for traffic counter

parent 5505c78f
...@@ -62,7 +62,8 @@ ...@@ -62,7 +62,8 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="8dp"> android:layout_marginStart="8dp"
android:layout_marginEnd="8dp">
<TextView <TextView
android:id="@android:id/text2" android:id="@android:id/text2"
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment