mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 20:15:04 +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: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>
|
||||
|
|
Loading…
Add table
Reference in a new issue