Browse Source

Changed object names

Martin Herbers 6 years ago
parent
commit
91d2d27698

+ 2 - 2
app/src/main/res/layout/activity_objects.xml

@@ -190,7 +190,7 @@
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:paddingLeft="5dp"
-                    android:text="Tilting (90°)"
+                    android:text="90° Tilt"
                     android:textSize="20sp" />
             </TableRow>
 
@@ -227,7 +227,7 @@
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:paddingLeft="5dp"
-                    android:text="Tilting (180°)"
+                    android:text="Flip Over"
                     android:textSize="20sp" />
             </TableRow>
 

+ 1 - 1
app/src/main/res/raw/object_specs_tilt180.txt

@@ -1,4 +1,4 @@
-Name:Flip
+Name:Flip Over
 Shape:[C;0;0;34]
 Contact:[C;0;0;4.0]
 ButtonTrue:The object got flipped!

+ 1 - 1
app/src/main/res/raw/object_specs_tilt90.txt

@@ -1,4 +1,4 @@
-Name:Tilt
+Name:90° Tilt
 Shape:[R;0;0;18;30]
 Contact:[C;0;8;4.0]
 ButtonTrue:The object got tilted!