Browse Source

Flip/Tilt Icons changed

Martin Herbers 6 years ago
parent
commit
c6f1c69dd9

+ 1 - 1
app/src/main/java/de/tu_darmstadt/informatik/tk/olir/HistoryActivity.java

@@ -139,7 +139,7 @@ public class HistoryActivity extends AppCompatActivity {
             } else if (name.toLowerCase().contains("tilt")) {
             } else if (name.toLowerCase().contains("tilt")) {
                 drawable = getResources().getDrawable(R.mipmap.rotate90);
                 drawable = getResources().getDrawable(R.mipmap.rotate90);
             } else if (name.toLowerCase().contains("flip")) {
             } else if (name.toLowerCase().contains("flip")) {
-                drawable = getResources().getDrawable(R.mipmap.rotate);
+                drawable = getResources().getDrawable(R.mipmap.flip);
             } else if (name.toLowerCase().contains("pressure")) {
             } else if (name.toLowerCase().contains("pressure")) {
                 drawable = getResources().getDrawable(R.mipmap.pressure);
                 drawable = getResources().getDrawable(R.mipmap.pressure);
             } else {
             } else {

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

@@ -219,8 +219,8 @@
                     android:id="@+id/imageView5"
                     android:id="@+id/imageView5"
                     android:layout_width="40dp"
                     android:layout_width="40dp"
                     android:layout_height="40dp"
                     android:layout_height="40dp"
-                    android:src="@mipmap/rotate"
-                    tools:src="@mipmap/rotate" />
+                    android:src="@mipmap/flip"
+                    tools:src="@mipmap/flip" />
 
 
                 <TextView
                 <TextView
                     android:id="@+id/textView5"
                     android:id="@+id/textView5"

BIN
app/src/main/res/mipmap-xxxhdpi/flip.png


BIN
app/src/main/res/mipmap-xxxhdpi/rotate.png


BIN
app/src/main/res/mipmap-xxxhdpi/rotate90.png