swap direction of thumbstick directive

This commit is contained in:
amwatson 2024-05-13 23:51:14 -05:00
parent 55ab245edb
commit 4535222ae1
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate
android:fromDegrees="90"
android:toDegrees="90"
android:pivotX="50%"
android:pivotY="50%"
android:drawable="@drawable/ic_settings_ethernet"/>
</item>
</selector>

View file

@ -98,7 +98,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableStart="@drawable/ic_settings_ethernet"
android:drawableStart="@drawable/ic_vr_adjust_depth"
android:drawablePadding="8dp"
android:padding="8dp"
android:text="Move the thumbstick forward to extend deeper or pull backward to bring closer."