srctree

Robin Linden parent 405c0992 c6979e46
Fix naming of status indicator

inlinesplit
atox/src/main/kotlin/ui/contactlist/ContactListFragment.kt added: 8, removed: 10, total 0
@@ -92,9 +92,9 @@ class ContactListFragment :
profileStatusMessage.text = user.statusMessage
 
if (user.online()) {
statusSwitcher.setColorFilter(colorFromStatus(user.status))
statusIndicator.setColorFilter(colorFromStatus(user.status))
} else {
statusSwitcher.setColorFilter(R.color.statusOffline)
statusIndicator.setColorFilter(R.color.statusOffline)
}
}
 
 
atox/src/main/res/layout/nav_header_contact_list.xml added: 8, removed: 10, total 0
@@ -36,11 +36,11 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
 
<ImageButton android:id="@+id/statusSwitcher"
<ImageButton android:id="@+id/statusIndicator"
android:layout_width="15dp"
android:layout_height="15dp"
android:background="@null"
android:contentDescription="@string/status_switcher"
android:contentDescription="@string/status_indicator"
android:src="@drawable/circle"
android:tint="@color/statusOffline"
app:layout_constraintBottom_toBottomOf="parent"
 
atox/src/main/res/values-es/strings.xml added: 8, removed: 10, total 0
@@ -65,7 +65,6 @@
<string name="version_display">aTox v%1$s - %2$d</string>
<string name="send_as_action">Enviar como acción</string>
<string name="or_import_existing_save">o importar un archivo de Tox existente</string>
<string name="status_switcher">Seleccionar estado</string>
<string name="profile_information">Información del perfil</string>
<string name="profile_settings">Configuración del perfil</string>
<string name="profile_nickname">Cambia tu nick</string>
 
atox/src/main/res/values/strings.xml added: 8, removed: 10, total 0
@@ -72,7 +72,6 @@
<string name="version_display">aTox v%1$s - %2$d</string>
<string name="send_as_action">Send as action</string>
<string name="or_import_existing_save">or import an existing Tox save</string>
<string name="status_switcher">Status switcher</string>
<string name="profile_information">Profile information</string>
<string name="profile_settings">Profile settings</string>
<string name="profile_nickname">Change your nickname</string>