Implement performance overlay.

This commit is contained in:
Kaiwen Xu
2019-07-07 15:06:20 -07:00
parent cf98ec2c41
commit 252285e4f7
9 changed files with 202 additions and 31 deletions
+11
View File
@@ -10,6 +10,17 @@
android:layout_height="match_parent"
android:layout_gravity="center" />
<TextView
android:id="@+id/performanceOverlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:layout_gravity="left"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/font_size_tiny"
android:gravity="left"
android:visibility="gone" />
<TextView
android:id="@+id/notificationOverlay"
android:layout_width="wrap_content"