Bladeren bron

delete files

vbea 2 jaren geleden
bovenliggende
commit
c1dc4eaa9f

BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_cluster.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_cluster_un.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_marker.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_marker_star.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_marker_un.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_marker_unstar.png


BIN
Strides-APP/android/app/src/main/res/drawable-xhdpi/ic_marker_upcoming.png


+ 0 - 24
Strides-APP/android/app/src/main/res/layout/marker_cluster.xml

@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content">
-    <ImageView
-        android:id="@+id/image"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:adjustViewBounds="true"
-        android:layout_gravity="center"
-        android:src="@drawable/ic_cluster"/>
-
-    <TextView
-        android:id="@id/amu_text"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:paddingBottom="6dp"
-        android:textStyle="bold"
-        android:textSize="15sp"
-        android:textColor="#ffffff"
-        android:layout_gravity="center"/>
-
-</FrameLayout>

+ 0 - 24
Strides-APP/android/app/src/main/res/layout/marker_cluster_unavailable.xml

@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content">
-    <ImageView
-        android:id="@+id/image"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:adjustViewBounds="true"
-        android:layout_gravity="center"
-        android:src="@drawable/ic_cluster_un"/>
-
-    <TextView
-        android:id="@id/amu_text"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:paddingBottom="6dp"
-        android:textStyle="bold"
-        android:textSize="15sp"
-        android:textColor="#aaaaaa"
-        android:layout_gravity="center"/>
-
-</FrameLayout>

+ 0 - 7
Strides-APP/android/app/src/main/res/layout/marker_site.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ImageView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/image"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:adjustViewBounds="true"/>

+ 3 - 0
Strides-APP/android/app/src/main/res/values/styles.xml

@@ -14,6 +14,9 @@
     <style name="AppTheme.Light" parent="Theme.AppCompat.Light.NoActionBar">
         <!-- Customize your theme here. -->
         <item name="android:textColor">#000000</item>
+        <item name="markerSize">48dp</item>
+        <item name="markerTopSize">24dp</item>
+        <item name="markerTextSize">18sp</item>
         <item name="colorPrimary">@color/colorPrimary</item>
         <item name="colorPrimaryDark">@color/colorPrimary</item>
         <item name="colorPrimaryVariant">@color/colorPrimary</item>