diff options
author | Leonard Kugis <leonard@kug.is> | 2023-12-26 03:15:50 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2023-12-26 03:15:50 +0100 |
commit | f7e235848796909f52dbfaea1bc83dbb3e4808e0 (patch) | |
tree | 814c06fd1d8f97cbd6b4b1912988dc292105298b /app/src/main/res/layout | |
parent | bac5bd2e45cb41effa8e71cb86fabcd5283b17cb (diff) |
Removed joystick code
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 7890edc..d00593e 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -140,33 +140,6 @@ android:layout_width="match_parent" /> </com.google.android.material.textfield.TextInputLayout> -<!-- - <LinearLayout - android:layout_height="match_parent" - android:padding="16dp" - android:layout_width="match_parent" - android:orientation="horizontal" - tools:context=".main.MainActivity" - > - - <TextView - android:id="@+id/fake_location_info_joystick" - android:layout_gravity="center_horizontal" - android:layout_height="wrap_content" - android:layout_width="0dp" - android:text="@string/location_joystick" - android:lineSpacingExtra="5sp" - /> - - <Switch - android:id="@+id/joystick_enable" - android:layout_width="wrap_content" - android:layout_height="24dp" - android:checked="true" - /> - - </LinearLayout> ---> <FrameLayout android:layout_marginTop="16dp" |