1
0
Fork 0

added 'stealth' mode

This commit is contained in:
sspanak 2024-03-30 14:43:42 +02:00 committed by Dimo Karaivanov
parent 35d0f0bf32
commit 680b22eda1
27 changed files with 266 additions and 80 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:id="@+id/main_soft_keys"
android:orientation="horizontal">
</LinearLayout>
</LinearLayout>