mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-03 06:38:49 +00:00
Add textview to show FPS
This commit is contained in:
parent
0459d9ea85
commit
4fb2e573df
1 changed files with 10 additions and 1 deletions
|
@ -39,6 +39,15 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:padding="25dp">
|
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
|
<CheckBox
|
||||||
android:id="@+id/hide_screen_controller"
|
android:id="@+id/hide_screen_controller"
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
|
@ -54,4 +63,4 @@
|
||||||
|
|
||||||
<include layout="@layout/drawer_game_container"/>
|
<include layout="@layout/drawer_game_container"/>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue