Skip to content

Commit

Permalink
update(map):update float map button
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Aug 20, 2022
1 parent 798267f commit 59c138e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/com/zcshou/gogogo/FragmentSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.os.Bundle;
import android.text.InputType;
import android.text.Selection;
import android.text.TextUtils;

import androidx.preference.EditTextPreference;
import androidx.preference.ListPreference;
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/layout/joystick_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@

<ImageButton
android:id="@+id/btnGo"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_horizontal|center_vertical|bottom"
android:layout_marginBottom="40dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:background="@drawable/circle_shape"
android:contentDescription="@null"
android:src="@drawable/ic_fly"
android:src="@drawable/ic_position"
android:theme="@style/RippleWhite" />

<LinearLayout
Expand Down

0 comments on commit 59c138e

Please sign in to comment.