mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Extend Touch Areas on Android
This commit is contained in:
parent
9a0ef224a0
commit
367489e230
1 changed files with 12 additions and 12 deletions
|
@ -148,9 +148,9 @@
|
|||
|
||||
<com.metallic.chiaki.touchcontrols.ButtonView
|
||||
android:id="@+id/psButtonView"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="8dp"
|
||||
app:drawableIdle="@drawable/control_button_home"
|
||||
app:drawablePressed="@drawable/control_button_home_pressed"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -160,9 +160,9 @@
|
|||
|
||||
<com.metallic.chiaki.touchcontrols.ButtonView
|
||||
android:id="@+id/touchpadButtonView"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="8dp"
|
||||
app:drawableIdle="@drawable/control_button_touchpad"
|
||||
app:drawablePressed="@drawable/control_button_touchpad_pressed"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
@ -193,9 +193,9 @@
|
|||
|
||||
<com.metallic.chiaki.touchcontrols.ButtonView
|
||||
android:id="@+id/shareButtonView"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="8dp"
|
||||
android:layout_marginLeft="32dp"
|
||||
app:drawableIdle="@drawable/control_button_share"
|
||||
app:drawablePressed="@drawable/control_button_share_pressed"
|
||||
|
@ -226,9 +226,9 @@
|
|||
|
||||
<com.metallic.chiaki.touchcontrols.ButtonView
|
||||
android:id="@+id/optionsButtonView"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="8dp"
|
||||
android:layout_marginRight="32dp"
|
||||
app:drawableIdle="@drawable/control_button_options"
|
||||
app:drawablePressed="@drawable/control_button_options_pressed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue