Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/res/drawable-hdpi/commcare_connect_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-ldpi/commcare_connect_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-mdpi/commcare_connect_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-xhdpi/commcare_connect_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/res/drawable-xxhdpi/commcare_connect_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/res/layout/activity_connect_id.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/nav_graph_connectid" />
app:navGraph="@navigation/nav_graph_personalid" />

</androidx.constraintlayout.widget.ConstraintLayout>
99 changes: 0 additions & 99 deletions app/res/layout/fragment_phone_available_bottom_sheet.xml

This file was deleted.

16 changes: 1 addition & 15 deletions app/res/layout/fragment_recovery_code.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_marginTop="40dp"
android:layout_centerHorizontal="true"
android:contentDescription="@null"
android:src="@drawable/ic_dimagi_logo" />
android:src="@drawable/commcare_connect_logo" />

<View
android:id="@+id/divider"
Expand Down Expand Up @@ -158,20 +158,6 @@
android:textColor="@color/red"
android:textSize="16sp" />

<com.google.android.material.button.MaterialButton
android:id="@+id/forgot_button"
style="@style/NegativeButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/connect_pin_error_message"
android:layout_alignParentLeft="true"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:gravity="start|center"
android:text="@string/connect_pin_verify_forgot" />

<com.google.android.material.button.MaterialButton
android:id="@+id/connect_pin_button"
style="@style/CustomButtonStyle"
Expand Down
189 changes: 0 additions & 189 deletions app/res/layout/fragment_secondary_phone_number.xml

This file was deleted.

Loading
Loading