Skip to content
Merged
27 changes: 27 additions & 0 deletions app/res/layout/connect_job_list_item_section_header.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginHorizontal="16dp"
android:orientation="vertical">

<View
android:background="@color/grey_light"
android:id="@+id/v_section_divider"
android:layout_gravity="center"
android:layout_height="1dp"
android:layout_width="100dp"
android:layout_marginBottom="16dp"
android:layout_marginTop="32dp" />

<TextView
android:id="@+id/tv_section_header"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginVertical="16dp"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_large"
tools:text="In Progress" />

</LinearLayout>
2 changes: 1 addition & 1 deletion app/res/layout/fragment_connect_jobs_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
android:layout_marginTop="10dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:listitem="@layout/item_login_connect_home_apps" />
tools:listitem="@layout/connect_job_list_item" />
</androidx.constraintlayout.widget.ConstraintLayout>
3 changes: 3 additions & 0 deletions app/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
<string name="connect_learn">Aprender</string>
<string name="connect_delivery">Entrega</string>
<string name="connect_expired">Expirado</string>
<string name="connect_in_progress">En progreso</string>
<string name="connect_new_opportunities">Nuevas oportunidades</string>
<string name="connect_completed">Completado</string>

<string name="connect_job_tile_daily_limit_description">Límite diario alcanzado. No hay pago por el envío de formularios.</string>
<string name="connect_recovery_button_phone">Continuar</string>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ License.
<string name="connect_delivery">Livraison</string>
<string name="connect_expired">Expiré</string>
<string name="connect_job_tile_daily_limit_description">Limite quotidienne atteinte. Aucun paiement pour l\'envoi des formulaires.</string>
<string name="connect_in_progress">En cours</string>
<string name="connect_new_opportunities">Nouvelles opportunités</string>
<string name="connect_completed">Terminé</string>

<string name="connect_recovery_button_phone">Continuer</string>
<string name="connect_verify_phone_resend_code">Renvoyer le code</string>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ License.
<string name="connect_delivery">वितरण</string>
<string name="connect_expired">समाप्त</string>
<string name="connect_job_tile_daily_limit_description">दैनिक सीमा पूरी हो गई। फॉर्म जमा करने पर कोई भुगतान नहीं।</string>
<string name="connect_in_progress">प्रगति में</string>
<string name="connect_new_opportunities">नए अवसर</string>
<string name="connect_completed">पूरा हुआ</string>
<string name="connect_recovery_button_phone">जारी रखें</string>
<string name="fcm_sync_failed_body_text">अधिक जानकारी के लिए यहां क्लिक करें</string>
<string name="connect_verify_phone_resend_code">कोड पुनः भेजें</string>
Expand Down
4 changes: 4 additions & 0 deletions app/res/values-lt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@

<string name="network_forbidden_error">Prieiga uždrausta. Jei problema išlieka, susisiekite su klientų aptarnavimo tarnyba.</string>

<string name="connect_in_progress">Vykdoma</string>
<string name="connect_new_opportunities">Naujos galimybės</string>
<string name="connect_completed">Užbaigta</string>

<string name="personalid_biometric_error_cancelled">Biometrinis nustatymas buvo atšauktas. Jei problema išlieka, susisiekite su klientų aptarnavimo tarnyba.</string>
<string name="personalid_biometric_error_lockout">Per daug bandymų. Palaukite ir bandykite dar kartą.</string>
<string name="personalid_biometric_error_lockout_permanent">Per daug nepavykusių bandymų. Atrakinkite įrenginį ir bandykite dar kartą.</string>
Expand Down
4 changes: 4 additions & 0 deletions app/res/values-no/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@

<string name="network_forbidden_error">Tilgang nektet. Ta kontakt med kundestøtte hvis problemet vedvarer.</string>

<string name="connect_in_progress">Pågår</string>
<string name="connect_new_opportunities">Nye muligheter</string>
<string name="connect_completed">Fullført</string>

<string name="personalid_biometric_error_cancelled">Biometrisk oppsett ble avbrutt. Kontakt kundestøtte hvis problemet vedvarer.</string>
<string name="personalid_biometric_error_lockout">For mange forsøk. Vent og prøv igjen.</string>
<string name="personalid_biometric_error_lockout_permanent">For mange mislykkede forsøk. Lås opp enheten og prøv igjen.</string>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,9 @@
<string name="connect_delivery">Entrega</string>
<string name="connect_expired">Expirado</string>
<string name="connect_job_tile_daily_limit_description">Limite diário atingido. Nenhum pagamento pelo envio de formulários</string>
<string name="connect_in_progress">Em andamento</string>
<string name="connect_new_opportunities">Novas oportunidades</string>
<string name="connect_completed">Concluído</string>
<string name="connect_job_tile_daily_visits">Visitas diárias</string>
<string name="connect_appbar_title_app_lock">Bloqueio de aplicação</string>
<string name="personalid_incorrect_otp">Você digitou o código de 6 dígitos incorreto. Por favor, tente novamente.</string>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values-sw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@
<string name="connect_delivery">Uwasilishaji</string>
<string name="connect_expired">Muda wake umeisha</string>
<string name="connect_job_tile_daily_limit_description">Kikomo cha Kila siku kimefikiwa. Hakuna Malipo ya kuwasilisha fomu</string>
<string name="connect_in_progress">Inaendelea</string>
<string name="connect_new_opportunities">Fursa Mpya</string>
<string name="connect_completed">Imekamilika</string>
<string name="connect_recovery_button_phone">Endelea</string>
<string name="connect_verify_phone_resend_code">Tuma tena Msimbo</string>
<string name="connect_verify_skip_phone_number">Ninaona wewe ni mtumiaji wa onyesho kwa hivyo tutaruka OTP</string>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values-ti/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@
<string name="connect_delivery">ንሓዋሩ ኣካውንትካ ክትዓጽዎ ትደሊ?</string>
<string name="connect_expired">ኣገልግሎቱ ዝወደአ</string>
<string name="connect_job_tile_daily_limit_description">መዓልታዊ ገደብ በጺሑ። ቅጥዕታት ንምቕራብ ክፍሊት የለን</string>
<string name="connect_in_progress">ኣብ መስርሕ</string>
<string name="connect_new_opportunities">ሓደስቲ ዕድላት</string>
<string name="connect_completed">ተዛዚሙ</string>
<string name="connect_job_tile_daily_visits">መዓልታዊ ምብጻሕ ምግባር</string>
<string name="connect_messaging_channel_consent_title">ፍቓድ ንቻነል ሃብ</string>
<string name="connect_messaging_channel_consent_description">ኣብዚ ቻነል ናይ መልእኽቲ ፈትሊ ክትከፍቱ ትሰማምዑ ዶ?</string>
Expand Down
15 changes: 6 additions & 9 deletions app/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<resources>

<!-- Text sizes -->
<dimen name="text_smaller">9dp</dimen>
<dimen name="text_small">14dp</dimen>
<dimen name="text_medium">18dp</dimen>
<dimen name="text_large">21dp</dimen>
<dimen name="text_smaller">9sp</dimen>
<dimen name="text_small">14sp</dimen>
<dimen name="text_medium">18sp</dimen>
<dimen name="text_large">21sp</dimen>
<dimen name="text_larger">28sp</dimen>
<dimen name="text_largest">40sp</dimen>

<!-- Miscellaneous -->

Expand Down Expand Up @@ -86,11 +88,6 @@
<dimen name="question_widget_side_padding">16dp</dimen>
<dimen name="question_widget_side_inv">-16dp</dimen>

<!-- Text sizes -->

<dimen name="text_larger">28dp</dimen>
<dimen name="text_largest">40dp</dimen>

<!-- Menu list row dimensions -->

<dimen name="content_min_margin">16dp</dimen>
Expand Down
3 changes: 3 additions & 0 deletions app/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@
<string name="connect_job_tile_daily_limit_description">Daily Limit reached. No Payment for submitting forms</string>
<string name="connect_job_tile_daily_visits">Daily Visits</string>
<string name="connect_appbar_title_app_lock">App Lock</string>
<string name="connect_in_progress">In Progress</string>
<string name="connect_new_opportunities">New Opportunities</string>
<string name="connect_completed">Completed</string>

<!-- Entity List Progresss Indicators-->

Expand Down
Loading