Add textview to show FPS

This commit is contained in:
Ishan09811 2024-01-28 11:24:41 +05:30 committed by GitHub
parent 0459d9ea85
commit 4fb2e573df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,15 @@
android:layout_height="match_parent"
android:padding="25dp">
<TextView
android:id="@+id/fpsTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="top|left"
android:layout_marginTop="5dp"
android:textColor="#FFFFFF"
tools:text="60 FPS" />
<CheckBox
android:id="@+id/hide_screen_controller"
android:layout_width="24dp"
@ -54,4 +63,4 @@
<include layout="@layout/drawer_game_container"/>
</FrameLayout>
</FrameLayout>