Skip to content

Commit

Permalink
First working implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Aug 16, 2023
1 parent 939ea90 commit 576dc92
Show file tree
Hide file tree
Showing 4 changed files with 1,081 additions and 30 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
android:layout_weight="1"
android:ems="10"
android:gravity="start|top"
android:inputType="textMultiLine" />
android:inputType="textMultiLine"
android:text="# Copy and paste the config here" />

<Space
android:layout_width="match_parent"
Expand All @@ -50,6 +51,6 @@
android:id="@+id/tStatus"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="idle" />
android:text="..." />

</LinearLayout>
Loading

0 comments on commit 576dc92

Please sign in to comment.