Skip to content

Commit

Permalink
show sample rate and latency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Mar 25, 2024
1 parent 00939ab commit 1003c7b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/baseline_warning_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FF0000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">

<path android:fillColor="@android:color/white" android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>

</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/layout/rack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,17 @@
android:textOn="Trigger Off"
android:background="@color/fui_transparent"
android:id="@+id/record_trigger"/>
<androidx.legacy.widget.Space
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:fontFamily="@font/major_mono_display"
android:text="48kHz"
app:drawableLeftCompat="@drawable/baseline_warning_24" />
<Space
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 1003c7b

Please sign in to comment.