mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #399 from meshtastic/is_always_powered
remove isAlwaysPowered
This commit is contained in:
commit
1abfc77112
3 changed files with 0 additions and 33 deletions
|
|
@ -65,16 +65,4 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/lsSleepView"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/lsSleepView" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/isAlwaysPoweredSwitch"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="is_always_powered"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@+id/lsSleepView"
|
||||
app:layout_constraintTop_toBottomOf="@+id/lsSleepView" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue