diff --git a/app/res/layout/account_row.xml b/app/res/layout/account_row.xml index 750c81171..7732c9043 100644 --- a/app/res/layout/account_row.xml +++ b/app/res/layout/account_row.xml @@ -52,7 +52,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/account_list_icon_text" - android:textSize="20dp" + android:textSize="20sp" android:textStyle="bold" android:textColor="#ffffffff" android:layout_gravity="center"/> diff --git a/app/res/layout/history_row.xml b/app/res/layout/history_row.xml index 59383954b..b35463882 100644 --- a/app/res/layout/history_row.xml +++ b/app/res/layout/history_row.xml @@ -39,7 +39,8 @@ android:id="@+id/history_list_emblem" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginRight="8dp" /> + android:layout_marginRight="8dp" + android:contentDescription="@string/Sport"/> + android:layout_marginRight="0dp" + android:contentDescription="@string/Edit_step" /> synchronizers = new HashMap<>(); - private final Map synchronizersById = new HashMap<>(); + private final LongSparseArray synchronizersById = new LongSparseArray<>(); private ProgressDialog mSpinner = null; diff --git a/gradle.properties b/gradle.properties index 88528e594..2802511be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ +android.enableD8.desugaring=false android.enableR8=false