gradle updated

master
y20k 2018-10-31 15:04:55 +01:00
parent f746887e61
commit ff7ba947e2
9 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:backgroundTint="@color/trackbook_transparent"
android:contentDescription="@string/descr_share_button_gpx"
app:layout_constraintBottom_toBottomOf="@+id/track_selector"
app:layout_constraintEnd_toStartOf="@+id/export_button"
app:layout_constraintTop_toTopOf="@+id/track_selector"

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Auswahl-Menü für weitere Aufzeichnungen</string>
<string name="descr_export_button">Schaltfläche „Aufzeichnung exportieren”</string>
<string name="descr_delete_button">Schaltfläche „Aufzeichnung löschen”</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Dropdown menu for further tracks</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Track delete button</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Elenco registrazioni</string>
<string name="descr_export_button">Pulsante di esportazione della traccia</string>
<string name="descr_delete_button">Pulsante di eliminazione della traccia</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">ドロップダウン メニューでさらにトレース</string>
<string name="descr_export_button">トラックのエクスポート ボタン</string>
<string name="descr_delete_button">トレース削除ボタン</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Nedtrekksmeny for ytterligere turer</string>
<string name="descr_export_button">Tureksportknapp</string>
<string name="descr_delete_button">Turslettingsknapp</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Uitrolmenu voor verdere banen</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Baan - verwijderknop</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -134,5 +134,6 @@
<string name="descr_track_selector">Dropdown menu for further tracks</string>
<string name="descr_export_button">Track export button</string>
<string name="descr_delete_button">Track delete button</string>
<string name="descr_share_button_gpx">Share button that offers to export as GPX</string>
</resources>

View File

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}