kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: renamed layout reference
rodzic
183b337d61
commit
70b03d92cb
app/src/main/res/layout
|
@ -1,11 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/colorAdvancedBackground"
|
||||
>
|
||||
android:background="@color/colorAdvancedBackground">
|
||||
|
||||
<androidx.compose.ui.platform.ComposeView
|
||||
android:id="@+id/debugListView"
|
||||
|
@ -53,7 +51,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@string/debug_last_messages"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toTopOf="@+id/debug_recyclerview"
|
||||
app:layout_constraintBottom_toTopOf="@+id/debugListView"
|
||||
app:layout_constraintEnd_toStartOf="@+id/clearButton"
|
||||
app:layout_constraintStart_toEndOf="@+id/closeButton"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
Ładowanie…
Reference in New Issue