android: frontend: FPS overlay: Add some minor margin.

This commit is contained in:
bunnei 2019-10-01 22:23:57 -04:00
parent 1249648e34
commit 1537492d89

View File

@ -23,6 +23,8 @@
<TextView
android:id="@+id/show_fps_text"
android:layout_marginLeft="8dp"
android:layout_marginTop="2dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="false"