mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-23 16:20:14 +01:00
stretch frequency plot vertically on hires displays
This commit is contained in:
parent
bd40d8ec2b
commit
23471b4246
|
|
@ -21,7 +21,7 @@
|
|||
<ImageView
|
||||
android:id="@+id/freq_plot"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="64dp"
|
||||
android:contentDescription="@string/freq_plot_description"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/peak_meter"
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<ImageView
|
||||
android:id="@+id/peak_meter"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="64dp"
|
||||
android:contentDescription="@string/peak_meter_description"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
|||
Loading…
Reference in a new issue