Skip to content

Commit

Permalink
[res vr_keyboard] response key colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda M. Watson committed Jan 20, 2024
1 parent fa3e1cc commit ded0337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/android/app/src/main/res/layout/vr_keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ app's packagename and returns information for the wrong window.-->

<Button
android:id="@+id/keyPositive"
style="@style/VrKeyboardButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand All @@ -57,6 +58,7 @@ app's packagename and returns information for the wrong window.-->

<Button
android:id="@+id/keyNeutral"
style="@style/VrKeyboardButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand All @@ -65,6 +67,7 @@ app's packagename and returns information for the wrong window.-->

<Button
android:id="@+id/keyNegative"
style="@style/VrKeyboardButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand Down
1 change: 0 additions & 1 deletion src/android/app/src/main/res/layout/vr_keyboard_123.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.5"
android:backgroundTint="#B53838"
android:tag="key_modifier"
android:text="Shift" />

Expand Down

0 comments on commit ded0337

Please sign in to comment.