HC05AC-CTRL/src/main/res/layout/activity_main.xml

13 lines
546 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
tools:context=".InputActivity"
app:divider="@drawable/divider"
app:showDividers="middle">
</androidx.appcompat.widget.LinearLayoutCompat>