aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVamsidhar reddy Gaddam <gvamsi@google.com>2023-01-10 10:06:42 +0000
committerVamsidhar reddy Gaddam <gvamsi@google.com>2023-01-10 10:06:42 +0000
commit8ce371ba96c006fd68b2ffa076a25a9669ae7ad5 (patch)
tree99527858bb2288a9b8920580e8c21761f274e9da
parent2a103e9985159a32bbe6db58ad69d6f4ed59a709 (diff)
downloadgamesdk-8ce371ba96c006fd68b2ffa076a25a9669ae7ad5.tar.gz
Move the sliders to the bottom
In cube app, when frame statistics got added, they overlapped with the sliders for setting cpu/gpu workload. Move them to the bottom of the app. Bug: 262210170 Test: Run cube app. Change-Id: I5ef562083fd1f2d3517475441247a53bb06c2db5
-rw-r--r--third_party/cube/app/src/main/res/layout/activity_cube.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/cube/app/src/main/res/layout/activity_cube.xml b/third_party/cube/app/src/main/res/layout/activity_cube.xml
index 48234eb9..131147bf 100644
--- a/third_party/cube/app/src/main/res/layout/activity_cube.xml
+++ b/third_party/cube/app/src/main/res/layout/activity_cube.xml
@@ -37,7 +37,9 @@
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:layout_marginBottom="20dp"
+ android:layout_alignParentBottom="true">
<TextView
android:id="@+id/textViewVersionInfo"
android:layout_margin="5dp"