Fix the events order

This commit is contained in:
Tommaso Berlose
2020-10-16 11:58:02 +02:00
parent 6150dd7e22
commit 6ea97e7724
7 changed files with 60 additions and 37 deletions

View File

@ -22,7 +22,8 @@
android:id="@+id/empty_layout">
<TextView
android:id="@+id/empty_date"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:lines="1"
android:textColor="@color/colorPrimary"
@ -36,7 +37,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:visibility="gone"
android:layout_marginStart="8dp"
android:paddingStart="8dp"
android:id="@+id/weather">
<TextView
android:layout_width="wrap_content"
@ -118,7 +119,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:visibility="gone"
android:layout_marginStart="8dp"
android:paddingStart="8dp"
android:id="@+id/special_weather">
<TextView
android:layout_width="wrap_content"

View File

@ -205,7 +205,7 @@
<string name="battery_low_warning">Low battery level</string>
<string name="daily_steps_counter">%d steps so far</string>
<string name="charging">Charging</string>
<string name="charged">Charged</string>
<string name="charged">Fully charged</string>
<string name="providers">Providers</string>
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
<string name="settings_music_players_filter_title">Music Players</string>