Skip to content

Commit

Permalink
New HVR device images
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias authored and svillar committed Oct 26, 2022
1 parent e5e3954 commit 96bd85e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Binary file modified app/src/hvr/res/drawable/controller_hvr3dof.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/hvr/res/drawable/controller_hvr6dof_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions app/src/hvr/res/layout/webxr_interstitial_controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="65dp"
android:paddingBottom="16dp"
android:layout_marginTop="59dp"
android:layout_marginRight="55dp"
android:scaleY="-1"
android:scaleType="fitCenter"
android:src="@drawable/ic_webxr_controller_arrow"
tools:ignore="RtlHardcoded,RtlSymmetry" />
Expand All @@ -52,8 +52,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="110dp"
android:paddingBottom="30dp"
android:layout_marginRight="100dp"
android:text="@string/webxr_interstitial_exit_webxr"
android:textAlignment="textEnd"
android:textSize="18sp"
Expand All @@ -65,8 +64,7 @@
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="fitCenter"
android:scaleX="-1"
android:src="@drawable/controller_hvr6dof_left"
android:src="@drawable/controller_hvr6dof_right"
app:visibleGone="@{model == DeviceType.HVR6DoF && hand == WebXRInterstitialController.HAND_RIGHT}"
tools:ignore="RtlHardcoded"
tools:visibility="gone" />
Expand Down Expand Up @@ -104,7 +102,7 @@
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:paddingTop="20dp"
android:paddingRight="140dp"
android:paddingRight="160dp"
android:text="@string/webxr_interstitial_exit_webxr"
android:textAlignment="textEnd"
android:textSize="18sp"
Expand Down

0 comments on commit 96bd85e

Please sign in to comment.